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

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

Issue 1991623005: Only Register() platform specific content settings types on different platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 b26ca399f54ace80d62e068f1b8480773ef58a7b..51a0efbf0f85029f2a47afcc14c28ebfea54e891 100644
--- a/components/content_settings/core/browser/content_settings_registry.h
+++ b/components/content_settings/core/browser/content_settings_registry.h
@@ -63,6 +63,7 @@ class ContentSettingsRegistry {
const std::vector<std::string>& whitelisted_schemes,
const std::set<ContentSetting>& valid_settings,
WebsiteSettingsInfo::ScopingType scoping_type,
+ uint32_t platform,
raymes 2016/05/25 03:36:07 nit: platforms? Also I think we should add a comm
lshang 2016/05/25 10:38:16 Done.
ContentSettingsInfo::IncognitoBehavior incognito_behavior);
Map content_settings_info_;

Powered by Google App Engine
This is Rietveld 408576698