| Index: chrome/browser/notifications/desktop_notification_service_factory.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/desktop_notification_service_factory.cc (revision 110349)
|
| +++ chrome/browser/notifications/desktop_notification_service_factory.cc (working copy)
|
| @@ -35,9 +35,8 @@
|
|
|
| ProfileKeyedService* DesktopNotificationServiceFactory::BuildServiceInstanceFor(
|
| Profile* profile) const {
|
| - DesktopNotificationService* service = new DesktopNotificationService(profile,
|
| - g_browser_process->notification_ui_manager());
|
| -
|
| + DesktopNotificationService* service =
|
| + new DesktopNotificationService(profile, NULL);
|
| return service;
|
| }
|
|
|
|
|