summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile.h
diff options
context:
space:
mode:
authorrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 08:12:12 +0000
committerrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 08:12:12 +0000
commit16bd088b486346f754cb842af1f80b165990883a (patch)
tree8fd3874c5bdd9f7c9c6cab057470d679123318ef /chrome/browser/profiles/profile.h
parent287ae44badd627187ed9c1d088169e2ce51c2532 (diff)
downloadchromium_src-16bd088b486346f754cb842af1f80b165990883a.zip
chromium_src-16bd088b486346f754cb842af1f80b165990883a.tar.gz
chromium_src-16bd088b486346f754cb842af1f80b165990883a.tar.bz2
Convert TemplateURLFetcher to a ProfileKeyedService.
BUG=120992 TEST=no new ones, existing ones updated Review URL: http://codereview.chromium.org/9969021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r--chrome/browser/profiles/profile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 1511405..19a1357 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -35,7 +35,6 @@ class PasswordStore;
class PrefService;
class PromoCounter;
class ProtocolHandlerRegistry;
-class TemplateURLFetcher;
class TestingProfile;
class UserScriptMaster;
class UserStyleSheetWatcher;
@@ -305,10 +304,6 @@ class Profile : public content::BrowserContext {
// time that this method is called.
virtual PrefService* GetOffTheRecordPrefs() = 0;
- // Returns the TemplateURLFetcher for this profile. This is owned by the
- // profile.
- virtual TemplateURLFetcher* GetTemplateURLFetcher() = 0;
-
// Returns the request context used for extension-related requests. This
// is only used for a separate cookie store currently.
virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0;