| 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 7c213c57527e7ec429516e3f582002d26edb69c5..44a15588433bec812d273df0df7d0b6d30ead02c 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);
|
|
|