| Index: chrome/browser/notifications/notification_ui_manager.cc
|
| diff --git a/chrome/browser/notifications/notification_ui_manager.cc b/chrome/browser/notifications/notification_ui_manager.cc
|
| index 2c73a9e33daa2f497f8ede58569e13afa394c242..8bbafe7e6c60c1cc86ad11c8d2c7c341345296a7 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager.cc
|
| +++ b/chrome/browser/notifications/notification_ui_manager.cc
|
| @@ -26,7 +26,7 @@ bool NotificationUIManager::DelegatesToMessageCenter() {
|
| NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) {
|
| if (DelegatesToMessageCenter())
|
| return new MessageCenterNotificationManager(
|
| - g_browser_process->message_center());
|
| + g_browser_process->message_center(), local_state);
|
|
|
| BalloonNotificationUIManager* balloon_manager =
|
| new BalloonNotificationUIManager(local_state);
|
|
|