| Index: chrome/browser/notifications/desktop_notification_service_factory.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service_factory.cc b/chrome/browser/notifications/desktop_notification_service_factory.cc
|
| index 1e243458bf95330130e77ce9c1b71469e48b7ef2..122b0805c2329cbba6e796262b6b68b0cae5ee93 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service_factory.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service_factory.cc
|
| @@ -15,7 +15,7 @@ DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
|
| Profile* profile) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| return static_cast<DesktopNotificationService*>(
|
| - GetInstance()->GetServiceForProfile(profile));
|
| + GetInstance()->GetServiceForProfile(profile, true));
|
| }
|
|
|
| // static
|
|
|