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

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

Issue 996253002: [Fallback Icons] Refactor FallbackIconService to be a BrowserContext-level singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and reverting small unneeded change. 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
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 8db54eea1cb6ddf1d9fd6b1ddd14430a5ceee98e..b122728b7fe86407b51ecb81370800a0da6c56bf 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -164,6 +164,10 @@ class TestingProfile : public Profile {
~TestingProfile() override;
+ // Creates the fallbck icon service. Consequent calls would recreate the
sdefresne 2015/03/16 09:11:29 nit: s/fallbck/fallback/
huangs 2015/03/16 22:06:11 Done.
+ // service.
+ void CreateFallbackIconService();
+
// Creates the favicon service. Consequent calls would recreate the service.
void CreateFaviconService();

Powered by Google App Engine
This is Rietveld 408576698