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()); |
} |
} |