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 3dad16218fac3713b0581e60a9671434366acb48..8dbabb28acd1e5b10fd738e05b0736e98653c487 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 |