| Index: components/content_settings/core/browser/host_content_settings_map.h
|
| diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
|
| index 4a3c946e5198ce2afd1d92be61b3de50bb5d1cd4..b0d32142c3eb3aa86e9a74d71b568a474a1a51c3 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.h
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.h
|
| @@ -131,9 +131,6 @@ class HostContentSettingsMap : public content_settings::Observer,
|
| void SetDefaultContentSetting(ContentSettingsType content_type,
|
| ContentSetting setting);
|
|
|
| - // Returns true if user exceptions are allowed for |content_type|.
|
| - bool AreUserExceptionsAllowedForType(ContentSettingsType content_type) const;
|
| -
|
| // Sets the content |setting| for the given patterns, |content_type| and
|
| // |resource_identifier|. Setting the value to CONTENT_SETTING_DEFAULT causes
|
| // the default setting for that type to be used when loading pages matching
|
|
|