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

Unified Diff: src/plugin/PluginTabBase.h

Issue 29332455: Issue #1596, #1720 - Make status bar menu consistent with plugin abilities (Closed)
Patch Set: address comments Created Dec. 9, 2015, 12:50 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
Index: src/plugin/PluginTabBase.h
===================================================================
--- a/src/plugin/PluginTabBase.h
+++ b/src/plugin/PluginTabBase.h
@@ -75,7 +75,10 @@
void CacheFrame(const std::wstring& url);
bool IsFrameCached(const std::wstring& url);
void ClearFrameCache(const std::wstring& domain=L"");
-
+ /**
+ * Is it possible to disable the current content of the present tab on a per-site basis?
+ */
+ bool IsPossibleToDisableOnSite();
};
/**

Powered by Google App Engine
This is Rietveld