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

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

Issue 1442083002: Stop inheriting push notification permissions from regular to incognito (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review nits Created 5 years 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 f7e189075c489c428ca737368a8031d5d011814f..bfa532fae656a8456e0796acef4f7a3decf938ad 100644
--- a/components/content_settings/core/browser/content_settings_registry.h
+++ b/components/content_settings/core/browser/content_settings_registry.h
@@ -61,7 +61,8 @@ class ContentSettingsRegistry {
WebsiteSettingsInfo::SyncStatus sync_status,
const std::vector<std::string>& whitelisted_schemes,
const std::set<ContentSetting>& valid_settings,
- WebsiteSettingsInfo::ScopingType scoping_type);
+ WebsiteSettingsInfo::ScopingType scoping_type,
+ ContentSettingsInfo::IncognitoBehavior incognito_behavior);
Map content_settings_info_;
WebsiteSettingsRegistry* website_settings_registry_;

Powered by Google App Engine
This is Rietveld 408576698