| 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_ |