| Index: chrome/browser/dom_ui/options/content_settings_handler.cc
|
| diff --git a/chrome/browser/dom_ui/options/content_settings_handler.cc b/chrome/browser/dom_ui/options/content_settings_handler.cc
|
| index 837afb619fce3464b9fc43125b2f3b062571e8f7..d1bccf81efe1b3f1433bf1ba90baeaf8e496bbb8 100644
|
| --- a/chrome/browser/dom_ui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/dom_ui/options/content_settings_handler.cc
|
| @@ -314,7 +314,7 @@ void ContentSettingsHandler::Initialize() {
|
| UpdateAllExceptionsViewsFromModel();
|
| notification_registrar_.Add(
|
| this, NotificationType::CONTENT_SETTINGS_CHANGED,
|
| - Source<const HostContentSettingsMap>(settings_map));
|
| + NotificationService::AllSources());
|
| notification_registrar_.Add(
|
| this, NotificationType::DESKTOP_NOTIFICATION_DEFAULT_CHANGED,
|
| NotificationService::AllSources());
|
|
|