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

Unified Diff: Shared/PluginTabBase.h

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: More integration, reflecting latest libadblockplus changes Created April 9, 2013, 5:48 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/PluginSettings.cpp ('k') | Shared/PluginTabBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/PluginTabBase.h
===================================================================
--- a/Shared/PluginTabBase.h
+++ b/Shared/PluginTabBase.h
@@ -7,7 +7,7 @@
#endif
#include "PluginUserSettings.h"
-
+#include "PluginFilter.h"
class CPluginClass;
@@ -40,6 +40,9 @@
static int s_settingsVersion;
#ifdef SUPPORT_FILTER
static int s_filterVersion;
+public:
+ std::auto_ptr<CPluginFilter> m_filter;
+private:
#endif
#ifdef SUPPORT_WHITELIST
static int s_whitelistVersion;
« no previous file with comments | « Shared/PluginSettings.cpp ('k') | Shared/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld