Index: chrome/browser/ui/webui/options/website_settings_handler.h |
diff --git a/chrome/browser/ui/webui/options/website_settings_handler.h b/chrome/browser/ui/webui/options/website_settings_handler.h |
index aa6d5c069765a6c8c117e365ad34ccf5f0b92d6b..6c4a48a2841c5ee0e39bae43ed215901abd54759 100644 |
--- a/chrome/browser/ui/webui/options/website_settings_handler.h |
+++ b/chrome/browser/ui/webui/options/website_settings_handler.h |
@@ -81,9 +81,12 @@ class WebsiteSettingsHandler : public content_settings::Observer, |
// Populates the default setting drop down on the single site edit page. |
void HandleUpdateDefaultSetting(const base::ListValue* args); |
- // Sets the default setting for the lat used content setting to |args|. |
+ // Sets the default setting for the last used content setting to |args|. |
void HandleSetDefaultSetting(const base::ListValue* args); |
+ // Sets if a certain content setting enabled to |args|. |
+ void HandleSetGlobalToggle(const base::ListValue* args); |
+ |
// Closes all tabs and app windows which have the same origin as the selected |
// page. |
void HandleStopOrigin(const base::ListValue* args); |