| Index: chrome/browser/profiles/profile.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.h (revision 81278)
|
| +++ chrome/browser/profiles/profile.h (working copy)
|
| @@ -49,6 +49,7 @@
|
| class ChromeBlobStorageContext;
|
| class ChromeURLDataManager;
|
| class CloudPrintProxyService;
|
| +class DesktopNotificationService;
|
| class DownloadManager;
|
| class Extension;
|
| class ExtensionDevToolsManager;
|
| @@ -449,6 +450,9 @@
|
| // Returns the WebKitContext assigned to this profile.
|
| virtual WebKitContext* GetWebKitContext() = 0;
|
|
|
| + // Returns the provider of desktop notifications for this profile.
|
| + virtual DesktopNotificationService* GetDesktopNotificationService() = 0;
|
| +
|
| // Returns the service that manages BackgroundContents for this profile.
|
| virtual BackgroundContentsService* GetBackgroundContentsService() const = 0;
|
|
|
|
|