Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: components/content_settings/core/browser/host_content_settings_map.h

Issue 1963203002: [Chrome Settings UI] Show overruled User Exceptions as strike-through. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698