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

Unified Diff: chrome/browser/ui/webui/options2/core_options_handler2.h

Issue 10387161: Pepper Flash settings integration: add UI for "deauthorize content licenses". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes in response to Brett's suggestions. Created 8 years, 7 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
Index: chrome/browser/ui/webui/options2/core_options_handler2.h
diff --git a/chrome/browser/ui/webui/options2/core_options_handler2.h b/chrome/browser/ui/webui/options2/core_options_handler2.h
index b63d3e3f65285fdfce5d5a37ce0c4b3965ce5776..f8efbe80b0c46cbc5d17d1872cb1dcb19fbe1ed0 100644
--- a/chrome/browser/ui/webui/options2/core_options_handler2.h
+++ b/chrome/browser/ui/webui/options2/core_options_handler2.h
@@ -10,7 +10,7 @@
#include <string>
#include "base/values.h"
-#include "chrome/browser/plugin_data_remover_helper.h"
+#include "chrome/browser/plugin_status_pref_setter.h"
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/ui/webui/options2/options_ui2.h"
@@ -145,13 +145,12 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
void HandleUserMetricsAction(const ListValue* args);
void UpdateClearPluginLSOData();
+ void UpdatePepperFlashSettingsEnabled();
OptionsPageUIHandlerHost* handlers_host_;
PrefChangeRegistrar registrar_;
- // Used for asynchronously updating the preference stating whether clearing
- // LSO data is supported.
- PluginDataRemoverHelper clear_plugin_lso_data_enabled_;
+ PluginStatusPrefSetter plugin_status_pref_setter_;
DISALLOW_COPY_AND_ASSIGN(CoreOptionsHandler);
};

Powered by Google App Engine
This is Rietveld 408576698