Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3520)

Unified Diff: chrome/browser/ui/webui/options/clear_browser_data_handler.h

Issue 11000022: Sanity checks to make sure we are not trying to clear Content Licenses when Flash Pepper is not in … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/clear_browser_data_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/clear_browser_data_handler.h
diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
index 5bf033f27aceda0c2c0b8cf500e1b58e9fad6d9b..a3366b717d779408046a929d1d5432bbd914148f 100644
--- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h
+++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
@@ -40,6 +40,10 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler,
// Keeps track of whether clearing LSO data is supported.
BooleanPrefMember clear_plugin_lso_data_enabled_;
+ // Keeps track of whether Pepper Flash is enabled and thus Flapper-specific
+ // settings and removal options (e.g. Content Licenses) are available.
+ BooleanPrefMember pepper_flash_settings_enabled_;
+
DISALLOW_COPY_AND_ASSIGN(ClearBrowserDataHandler);
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/clear_browser_data_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698