Index: chrome/browser/notifications/desktop_notification_service_factory.cc |
=================================================================== |
--- chrome/browser/notifications/desktop_notification_service_factory.cc (revision 154991) |
+++ chrome/browser/notifications/desktop_notification_service_factory.cc (working copy) |
@@ -41,6 +41,7 @@ |
return service; |
} |
-bool DesktopNotificationServiceFactory::ServiceHasOwnInstanceInIncognito() { |
+bool |
+DesktopNotificationServiceFactory::ServiceHasOwnInstanceInIncognito() const { |
return true; |
} |