Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Shared/AdblockPlusClient.h

Issue 10540013: Proof of concept: Use a single FilterEngine instance (Closed)
Patch Set: Created May 3, 2013, 3:58 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Shared/AdblockPlusClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/AdblockPlusClient.h
===================================================================
--- a/Shared/AdblockPlusClient.h
+++ b/Shared/AdblockPlusClient.h
@@ -18,6 +18,9 @@
std::auto_ptr<CPluginFilter> m_filter;
std::auto_ptr<AdblockPlus::FilterEngine> filterEngine;
+ HWND filterEngineRequestWindow;
+ HWND filterEngineResponseWindow;
+ std::wstring filterEngineResponseWindowName;
CComAutoCriticalSection m_criticalSectionFilter;
CComAutoCriticalSection m_criticalSectionCache;
@@ -47,6 +50,7 @@
int GetIEVersion();
+ bool Matches(const std::string& url, const std::string& contentType, const std::string& domain);
};
#endif // _SIMPLE_ADBLOCK_CLIENT_H_
« no previous file with comments | « no previous file | Shared/AdblockPlusClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld