| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 154294f2691c54cd50080a69df0a12e5bd1485f6..8b519d2c5ea5939a390bf7de19dd93fdc55ca449 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -27,7 +27,6 @@ class SpecialStoragePolicy;
|
| class AutocompleteClassifier;
|
| class BookmarkModel;
|
| class CommandLine;
|
| -class DesktopNotificationService;
|
| class ExtensionPrefs;
|
| class ExtensionPrefStore;
|
| class ExtensionPrefValueMap;
|
| @@ -130,8 +129,6 @@ class TestingProfile : public Profile {
|
|
|
| TestingPrefService* GetTestingPrefService();
|
|
|
| - void SetProfileDependencyManager(ProfileDependencyManager* manager);
|
| -
|
| virtual ProfileId GetRuntimeId();
|
|
|
| virtual FilePath GetPath();
|
| @@ -250,7 +247,6 @@ class TestingProfile : public Profile {
|
| virtual void InitRegisteredProtocolHandlers() {}
|
| virtual NTPResourceCache* GetNTPResourceCache();
|
|
|
| - virtual DesktopNotificationService* GetDesktopNotificationService();
|
| virtual BackgroundContentsService* GetBackgroundContentsService() const;
|
| virtual StatusTray* GetStatusTray();
|
| virtual FilePath last_selected_directory();
|
| @@ -371,7 +367,6 @@ class TestingProfile : public Profile {
|
| 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_;
|
|
|