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

Unified Diff: chrome/browser/content_settings/content_settings_supervised_provider.cc

Issue 1767423002: [Do not commit] Track revocations in content_settings::Observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: chrome/browser/content_settings/content_settings_supervised_provider.cc
diff --git a/chrome/browser/content_settings/content_settings_supervised_provider.cc b/chrome/browser/content_settings/content_settings_supervised_provider.cc
index 6a199a5f8a03bf4708702ac3e2f16287dbbbabe5..369b82d7eb564dcaff1dfbf55ef8ba406c97099b 100644
--- a/chrome/browser/content_settings/content_settings_supervised_provider.cc
+++ b/chrome/browser/content_settings/content_settings_supervised_provider.cc
@@ -82,7 +82,7 @@ void SupervisedProvider::OnSupervisedSettingsAvailable(
}
for (const auto& notification : to_notify) {
NotifyObservers(ContentSettingsPattern(), ContentSettingsPattern(),
- notification, std::string());
+ notification, CONTENT_SETTING_DEFAULT, std::string());
}
}

Powered by Google App Engine
This is Rietveld 408576698