| 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 053c66748cfea8dc443380c2dad7afee642cdff4..2df98296f6c92a1fab550960115d0535b41a4424 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.h
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.h
|
| @@ -85,9 +85,6 @@ class ContentSettingsHandler : public OptionsPageUIHandler {
|
| // rejected. Called while the user is editing an exception pattern.
|
| void CheckExceptionPatternValidity(const ListValue* args);
|
|
|
| - // Sets the global 3rd party cookies pref.
|
| - void SetAllowThirdPartyCookies(const ListValue* args);
|
| -
|
| // Utility functions ---------------------------------------------------------
|
|
|
| // Gets the HostContentSettingsMap for the normal profile.
|
|
|