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

Unified Diff: Shared/PluginConfiguration.h

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: Whitelisting management Created April 11, 2013, 9:06 a.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 | « Shared/PluginClass.cpp ('k') | Shared/PluginConfiguration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/PluginConfiguration.h
===================================================================
--- a/Shared/PluginConfiguration.h
+++ b/Shared/PluginConfiguration.h
@@ -53,16 +53,6 @@
int GetDictionaryVersion() const;
CString GetDictionaryUrl() const;
-#ifdef SUPPORT_FILTER
- int GetFilterVersion() const;
- TFilterUrlList GetFilterUrlList() const;
- std::map<CString, CString> GetFilterFileNamesList() const;
-#endif // SUPPORT_FILTER
-
-#ifdef SUPPORT_WHITELIST
- TDomainList GetWhiteList() const;
-#endif // SUPPORT_WHITELIST
-
#ifdef SUPPORT_CONFIG
CString GetConfigUrl() const;
int GetConfigVersion() const;
@@ -110,14 +100,9 @@
#ifdef SUPPORT_FILTER
int m_filterVersion;
- TFilterUrlList m_filterUrlList;
std::map<CString, CString> m_filterFileNameList;
#endif
-#ifdef SUPPORT_WHITELIST
- TDomainList m_whiteList;
-#endif // SUPPORT_WHITELIST
-
#ifdef SUPPORT_CONFIG
CString m_configUrl;
int m_configVersion;
« no previous file with comments | « Shared/PluginClass.cpp ('k') | Shared/PluginConfiguration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld