diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 12:36:53 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 12:36:53 +0000 |
commit | dcb72d5ca4b77916d0ecc139f2d5d8aa4461d4a9 (patch) | |
tree | 5acdcd312af2248ffd4aba3c264be40d42b550bf /chrome/test/testing_profile.h | |
parent | 146cb7d13ce0b53c7516d87e0a08009adb47db55 (diff) | |
download | chromium_src-dcb72d5ca4b77916d0ecc139f2d5d8aa4461d4a9.zip chromium_src-dcb72d5ca4b77916d0ecc139f2d5d8aa4461d4a9.tar.gz chromium_src-dcb72d5ca4b77916d0ecc139f2d5d8aa4461d4a9.tar.bz2 |
Profile shouldn't own DesktopNotificationService.
DesktopNotificationService is now owned by
DesktopNotificationServiceFactory, using Profile as a key. This uses the
ProfileKeyedService infrastructure originally created for
ThemeServiceFactory.
BUG=77155
TEST=existing tests
Review URL: http://codereview.chromium.org/6803012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 154294f..8b519d2 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_; |