| 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(); |
| }; |
| /** |