| 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 60030fdd3d7b42dccfb1d5af196b4904d6dab741..2898a5675373f7d8251e1d8b5d59cc88982abc71 100644
|
| --- a/chrome/browser/ui/webui/options/website_settings_handler.h
|
| +++ b/chrome/browser/ui/webui/options/website_settings_handler.h
|
| @@ -116,11 +116,6 @@ class WebsiteSettingsHandler : public content_settings::Observer,
|
| // Updates the page with the last settings used.
|
| void Update();
|
|
|
| - // 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);
|
| -
|
| // Returns the base URL for websites, or the app name for Chrome App URLs.
|
| const std::string& GetReadableName(const GURL& site_url);
|
|
|
|
|