diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 17:07:42 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 17:07:42 +0000 |
commit | 8a39b47ee588b1ddc3c2996b8e5c0f400e68c989 (patch) | |
tree | fede0e6391363a92860103f206659b9fe6ec7bdb /chrome/browser/profiles/profile.h | |
parent | 8bb46c251e7121e5eee3cb17e4fc3f2edc741462 (diff) | |
download | chromium_src-8a39b47ee588b1ddc3c2996b8e5c0f400e68c989.zip chromium_src-8a39b47ee588b1ddc3c2996b8e5c0f400e68c989.tar.gz chromium_src-8a39b47ee588b1ddc3c2996b8e5c0f400e68c989.tar.bz2 |
Cleanup: Get rid of Profile::GetProtocolHandlerRegistry().
Review URL: https://chromiumcodereview.appspot.com/13446007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 949a7e5..0bee85a 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -234,10 +234,6 @@ class Profile : public content::BrowserContext { // Returns the Hostname <-> Content settings map for this profile. virtual HostContentSettingsMap* GetHostContentSettingsMap() = 0; - // Returns the ProtocolHandlerRegistry, creating if not yet created. - // TODO(smckay): replace this with access via ProtocolHandlerRegistryFactory. - virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0; - // Return whether 2 profiles are the same. 2 profiles are the same if they // represent the same profile. This can happen if there is pointer equality // or if one profile is the incognito version of another profile (or vice |