Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: chrome/test/base/testing_profile.cc

Issue 1047663002: Remove unused method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@canvas
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698