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

Unified Diff: src/plugin/PluginTabBase.h

Issue 6567422169448448: Issue 119 - Switch to injecting CSS for element hiding (Closed)
Patch Set: fix injecting of CSS when plugin is enabled/disabled and rearrange variables in InjectABPCSS Created April 13, 2015, 8:52 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 | « src/plugin/PluginFilter.cpp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginTabBase.h
diff --git a/src/plugin/PluginTabBase.h b/src/plugin/PluginTabBase.h
index 33d6caedfa1355594cd37807dc367fa2fcc1e1f6..1f599b6c076533f93abddd27023d0c053b935df3 100644
--- a/src/plugin/PluginTabBase.h
+++ b/src/plugin/PluginTabBase.h
@@ -59,6 +59,8 @@ private:
std::wstring m_cacheDomain;
void SetDocumentUrl(const std::wstring& url);
void InjectABP(IWebBrowser2* browser);
+ bool IsTraverserEnabled();
+ bool IsCSSInjectionEnabled();
public:
CPluginTabBase(CPluginClass* plugin);
« no previous file with comments | « src/plugin/PluginFilter.cpp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld