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

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, 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 63c23d59a8061ae5bb8845bc9ff1f3441a2826c0..8031b7653ac964521477d36d053e252986c1091c 100644
--- a/components/content_settings/core/browser/host_content_settings_map.h
+++ b/components/content_settings/core/browser/host_content_settings_map.h
@@ -230,9 +230,6 @@ class HostContentSettingsMap : public content_settings::Observer,
base::Time begin_time,
const PatternSourcePredicate& pattern_predicate);
- static bool IsDefaultSettingAllowedForType(ContentSetting setting,
- ContentSettingsType content_type);
-
// RefcountedKeyedService implementation.
void ShutdownOnUIThread() override;

Powered by Google App Engine
This is Rietveld 408576698