Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 31652ec172a58b79a2afb799db3b0f2a3eda4760..12ecbe99e8f953e20b415a299160ee79500a9a04 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -216,12 +216,6 @@ KeyedService* CreateTestDesktopNotificationService( |
} |
#endif |
-KeyedService* BuildFallbackIconService(content::BrowserContext* context) { |
- Profile* profile = Profile::FromBrowserContext(context); |
- return new FallbackIconService( |
- ChromeFallbackIconClientFactory::GetForBrowserContext(profile)); |
-} |
- |
KeyedService* BuildFaviconService(content::BrowserContext* context) { |
Profile* profile = Profile::FromBrowserContext(context); |
return new favicon::FaviconService( |
@@ -580,11 +574,6 @@ TestingProfile::~TestingProfile() { |
} |
} |
-void TestingProfile::CreateFallbackIconService() { |
- FaviconServiceFactory::GetInstance()->SetTestingFactory( |
- this, BuildFallbackIconService); |
-} |
- |
void TestingProfile::CreateFaviconService() { |
// It is up to the caller to create the history service if one is needed. |
FaviconServiceFactory::GetInstance()->SetTestingFactory( |