diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 22:27:59 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 22:27:59 +0000 |
commit | f3d2b314224e8859118edae4f3f0554147ecb7f2 (patch) | |
tree | d40e9cfcb3f1522288513b7c54b5604b6f72dcd3 /chrome/browser/profiles/profile.h | |
parent | 25a2cee0a19bc494cbfef64a8b23fba50949a11f (diff) | |
download | chromium_src-f3d2b314224e8859118edae4f3f0554147ecb7f2.zip chromium_src-f3d2b314224e8859118edae4f3f0554147ecb7f2.tar.gz chromium_src-f3d2b314224e8859118edae4f3f0554147ecb7f2.tar.bz2 |
Moving FaviconService to a ProfileKeyedService.
BUG=112526
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152904
Reverted, was not the cause of problem. Resubmitting.
Review URL: https://chromiumcodereview.appspot.com/10828263
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 3883666..dcf54f9 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -215,19 +215,6 @@ class Profile : public content::BrowserContext { virtual ExtensionSpecialStoragePolicy* GetExtensionSpecialStoragePolicy() = 0; - // Retrieves a pointer to the FaviconService associated with this - // profile. The FaviconService is lazily created the first time - // that this method is called. - // - // Although FaviconService is refcounted, this will not addref, and callers - // do not need to do any reference counting as long as they keep the pointer - // only for the local scope (which they should do anyway since the browser - // process may decide to shut down). - // - // |access| defines what the caller plans to do with the service. See - // the ServiceAccessType definition above. - virtual FaviconService* GetFaviconService(ServiceAccessType access) = 0; - // Accessor. The instance is created upon first access. virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() = 0; |