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: rebase Created Feb. 25, 2016, 5:38 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 | « 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 d48e59d5071c9706396d7a3a2ae3856b74077fe2..b8226aded7d180725117b2791b8e08ac7f63ce38 100644
--- a/src/plugin/PluginTabBase.h
+++ b/src/plugin/PluginTabBase.h
@@ -47,6 +47,8 @@ private:
std::set<std::wstring> m_cacheFrames;
std::wstring m_cacheDomain;
void InjectABP(IWebBrowser2* browser);
+ bool IsTraverserEnabled();
+ bool IsCSSInjectionEnabled();
public:
CPluginTab();
« 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