| 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 e573b1860abcc4812c8bb6ade60b12ea9adbdc58..5ec63b5145231d40162da16a3e312e5974bffefe 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.h
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.h
|
| @@ -195,11 +195,6 @@ class ContentSettingsHandler : public OptionsPageUIHandler,
|
| // is no active incognito session.
|
| HostContentSettingsMap* GetOTRContentSettingsMap();
|
|
|
| - // Gets the default setting in string form. If |provider_id| is not NULL, the
|
| - // id of the provider which provided the default setting is assigned to it.
|
| - std::string GetSettingDefaultFromModel(ContentSettingsType type,
|
| - std::string* provider_id);
|
| -
|
| // Gets the ProtocolHandlerRegistry for the normal profile.
|
| ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
|
|
|
|
|