| Index: chrome/browser/notifications/message_center_notification_manager.cc
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
|
| index c06040aa5969a6e92da4b644ff2b0b3a93532e78..7343439f98e5b1f2a94a10b8f1247c5c11ac5f4d 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -89,6 +89,7 @@ MessageCenterNotificationManager::MessageCenterNotificationManager(
|
| }
|
|
|
| MessageCenterNotificationManager::~MessageCenterNotificationManager() {
|
| + message_center_->SetNotifierSettingsProvider(NULL);
|
| message_center_->RemoveObserver(this);
|
| }
|
|
|
|
|