summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/testing_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/testing_profile.h')
-rw-r--r--chrome/test/base/testing_profile.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index e7e7bb0..b218326f 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -37,7 +37,6 @@ class SpecialStoragePolicy;
class CommandLine;
class ExtensionSpecialStoragePolicy;
-class FaviconService;
class HostContentSettingsMap;
class PrefService;
class ProfileDependencyManager;
@@ -216,7 +215,6 @@ class TestingProfile : public Profile {
ExtensionSpecialStoragePolicy* extension_special_storage_policy);
virtual ExtensionSpecialStoragePolicy*
GetExtensionSpecialStoragePolicy() OVERRIDE;
- virtual FaviconService* GetFaviconService(ServiceAccessType access) OVERRIDE;
// The CookieMonster will only be returned if a Context has been created. Do
// this by calling CreateRequestContext(). See the note at GetRequestContext
// for more information.
@@ -308,18 +306,12 @@ class TestingProfile : public Profile {
// Finishes initialization when a profile is created asynchronously.
void FinishInit();
- // Destroys favicon service if it has been created.
- void DestroyFaviconService();
-
// Creates a TestingPrefService and associates it with the TestingProfile.
void CreateTestingPrefService();
virtual base::Callback<ChromeURLDataManagerBackend*(void)>
GetChromeURLDataManagerBackendGetter() const OVERRIDE;
- // The favicon service. Only created if CreateFaviconService is invoked.
- scoped_ptr<FaviconService> favicon_service_;
-
// The policy service. Lazily created as a stub.
scoped_ptr<policy::PolicyService> policy_service_;