| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 81278)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -27,6 +27,7 @@
|
| class AutocompleteClassifier;
|
| class BookmarkModel;
|
| class CommandLine;
|
| +class DesktopNotificationService;
|
| class ExtensionPrefs;
|
| class ExtensionPrefStore;
|
| class ExtensionPrefValueMap;
|
| @@ -129,6 +130,8 @@
|
|
|
| TestingPrefService* GetTestingPrefService();
|
|
|
| + void SetProfileDependencyManager(ProfileDependencyManager* manager);
|
| +
|
| virtual ProfileId GetRuntimeId();
|
|
|
| virtual FilePath GetPath();
|
| @@ -247,6 +250,7 @@
|
| virtual void InitRegisteredProtocolHandlers() {}
|
| virtual NTPResourceCache* GetNTPResourceCache();
|
|
|
| + virtual DesktopNotificationService* GetDesktopNotificationService();
|
| virtual BackgroundContentsService* GetBackgroundContentsService() const;
|
| virtual StatusTray* GetStatusTray();
|
| virtual FilePath last_selected_directory();
|
| @@ -367,6 +371,7 @@
|
| scoped_refptr<GeolocationContentSettingsMap>
|
| geolocation_content_settings_map_;
|
| scoped_refptr<GeolocationPermissionContext> geolocation_permission_context_;
|
| + scoped_ptr<DesktopNotificationService> desktop_notification_service_;
|
|
|
| // Find bar state. Created lazily by GetFindBarState().
|
| scoped_ptr<FindBarState> find_bar_state_;
|
|
|