| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index cf3ad4d8494f1b3f60579db434da93965cdfff74..8828532f4f780299ec561e6b1a48125f24a6065d 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/content_settings/content_settings_notification_provider.h"
|
| #include "chrome/browser/content_settings/content_settings_provider.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| +#include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "chrome/common/content_settings.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| @@ -32,7 +33,8 @@ struct DesktopNotificationHostMsg_Show_Params;
|
|
|
| // The DesktopNotificationService is an object, owned by the Profile,
|
| // which provides the creation of desktop "toasts" to web pages and workers.
|
| -class DesktopNotificationService : public NotificationObserver {
|
| +class DesktopNotificationService : public NotificationObserver,
|
| + public ProfileKeyedService {
|
| public:
|
| enum DesktopNotificationSource {
|
| PageNotification,
|
|
|