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

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

Issue 2853983002: Ensure settings returned from Content Settings providers are valid (Closed)
Patch Set: Ensure settings returned from Content Settings providers are valid Created 3 years, 8 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 eadf365cfbd2aeea7914d113f75d79a4d1764d29..33bba76b5a5baf64e12fa7f91d82cdc889937cab 100644
--- a/components/content_settings/core/browser/host_content_settings_map.h
+++ b/components/content_settings/core/browser/host_content_settings_map.h
@@ -225,9 +225,6 @@ class HostContentSettingsMap : public content_settings::Observer,
const ContentSettingsPattern& primary_pattern,
const ContentSettingsPattern& secondary_pattern)>& pattern_predicate);
- static bool IsDefaultSettingAllowedForType(ContentSetting setting,
- ContentSettingsType content_type);
-
// RefcountedKeyedService implementation.
void ShutdownOnUIThread() override;

Powered by Google App Engine
This is Rietveld 408576698