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

Unified Diff: ios/chrome/browser/search_engines/template_url_service_factory.h

Issue 1405093012: [iOS] Add InMemoryURLIndexFactory::GetDefaultFactory() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: ios/chrome/browser/search_engines/template_url_service_factory.h
diff --git a/ios/chrome/browser/search_engines/template_url_service_factory.h b/ios/chrome/browser/search_engines/template_url_service_factory.h
index 4f50e3e4cf1189047859307daa52782232be9040..36fbf6f552ef46587f9cc35df3d96298f01c58ad 100644
--- a/ios/chrome/browser/search_engines/template_url_service_factory.h
+++ b/ios/chrome/browser/search_engines/template_url_service_factory.h
@@ -28,8 +28,9 @@ class TemplateURLServiceFactory : public BrowserStateKeyedServiceFactory {
ios::ChromeBrowserState* browser_state);
static TemplateURLServiceFactory* GetInstance();
- // Returns the default factory used to build FaviconService. Can be registered
- // with SetTestingFactory to use the FaviconService instance during testing.
+ // Returns the default factory used to build TemplateURLService. Can be
+ // registered with SetTestingFactory to use the TemplateURLService instance
+ // during testing.
static TestingFactoryFunction GetDefaultFactory();
private:

Powered by Google App Engine
This is Rietveld 408576698