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

Unified Diff: components/content_settings/core/test/content_settings_test_utils.cc

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 comments Created 5 years, 1 month 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/test/content_settings_test_utils.cc
diff --git a/components/content_settings/core/test/content_settings_test_utils.cc b/components/content_settings/core/test/content_settings_test_utils.cc
index 320a19eaa6dd75ed333cb66ff7ec45ed1286006a..2429d7bce1b1cc215ebc53844f12f713d76fc920 100644
--- a/components/content_settings/core/test/content_settings_test_utils.cc
+++ b/components/content_settings/core/test/content_settings_test_utils.cc
@@ -18,7 +18,8 @@ base::Value* GetContentSettingValue(const ProviderInterface* provider,
bool include_incognito) {
return GetContentSettingValueAndPatterns(provider, primary_url, secondary_url,
content_type, resource_identifier,
- include_incognito, NULL, NULL);
+ include_incognito, NULL,
+ NULL).release();
}
ContentSetting GetContentSetting(const ProviderInterface* provider,

Powered by Google App Engine
This is Rietveld 408576698