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

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

Issue 1320673013: Remove HostContentSettingsMap::IsSettingAllowedForType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-issetting-allowed
Patch Set: Created 5 years, 3 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/content_settings_registry.h
diff --git a/components/content_settings/core/browser/content_settings_registry.h b/components/content_settings/core/browser/content_settings_registry.h
index 799054ea88d838f119e7dd99e44de74194dc0648..544baf9e88371d57daa36353332a54fb77f162ee 100644
--- a/components/content_settings/core/browser/content_settings_registry.h
+++ b/components/content_settings/core/browser/content_settings_registry.h
@@ -58,7 +58,8 @@ class ContentSettingsRegistry {
const std::string& name,
ContentSetting initial_default_value,
WebsiteSettingsInfo::SyncStatus sync_status,
- const std::vector<std::string>& whitelisted_schemes);
+ const std::vector<std::string>& whitelisted_schemes,
+ const std::vector<ContentSetting>& valid_settings);
Map content_settings_info_;
WebsiteSettingsRegistry* website_settings_registry_;

Powered by Google App Engine
This is Rietveld 408576698