Index: chrome/browser/ui/webui/options/content_settings_handler.h |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.h b/chrome/browser/ui/webui/options/content_settings_handler.h |
index ee25de26dbd2a905fb7f49b488727c85938eb0cb..f40a2c61942f44d82b00ee90f191ce2a9fceabd6 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.h |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.h |
@@ -40,8 +40,6 @@ class ContentSettingsHandler : public OptionsPageUIHandler { |
// Updates the page with the default settings (allow, ask, block, etc.) |
void UpdateSettingDefaultFromModel(ContentSettingsType type); |
- // Updates the state of the "Clear plugin LSO data on exit" checkbox. |
- void UpdateClearPluginLSOData(); |
// Clobbers and rebuilds the specific content setting type exceptions table. |
void UpdateExceptionsViewFromModel(ContentSettingsType type); |
@@ -107,7 +105,6 @@ class ContentSettingsHandler : public OptionsPageUIHandler { |
NotificationRegistrar notification_registrar_; |
PrefChangeRegistrar pref_change_registrar_; |
- PluginDataRemoverHelper clear_plugin_lso_data_enabled_; |
DISALLOW_COPY_AND_ASSIGN(ContentSettingsHandler); |
}; |