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

Unified Diff: ios/chrome/browser/favicon/favicon_service_factory.h

Issue 2703003002: Set null testing Favicon factories on iOS too (Closed)
Patch Set: Revert traces. Created 3 years, 10 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 | « no previous file | ios/chrome/browser/favicon/favicon_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/favicon/favicon_service_factory.h
diff --git a/ios/chrome/browser/favicon/favicon_service_factory.h b/ios/chrome/browser/favicon/favicon_service_factory.h
index 8d81f8c2a4f55e38819bbd14b14209877c641302..dc8661debba0393e150978a02c1ffaf5598d9107 100644
--- a/ios/chrome/browser/favicon/favicon_service_factory.h
+++ b/ios/chrome/browser/favicon/favicon_service_factory.h
@@ -43,6 +43,7 @@ class FaviconServiceFactory : public BrowserStateKeyedServiceFactory {
// BrowserStateKeyedServiceFactory implementation.
std::unique_ptr<KeyedService> BuildServiceInstanceFor(
web::BrowserState* context) const override;
+ bool ServiceIsNULLWhileTesting() const override;
noyau (Ping after 24h) 2017/02/21 12:28:16 I hate things added to public APIs to use only for
mastiz 2017/02/21 12:37:10 Agreed :-/
DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory);
};
« no previous file with comments | « no previous file | ios/chrome/browser/favicon/favicon_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698