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

Unified Diff: ios/public/test/test_keyed_service_provider.h

Issue 1257663002: iOS factories for SigninManager and GaiaCookieManagerService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fakeSigninManager
Patch Set: Created 5 years, 5 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: ios/public/test/test_keyed_service_provider.h
diff --git a/ios/public/test/test_keyed_service_provider.h b/ios/public/test/test_keyed_service_provider.h
index 3d6283b48117fc6eaaa3310075d3c42ab6bec49b..e7ce3be97097f1c2974e6ed9c00f0e8175193232 100644
--- a/ios/public/test/test_keyed_service_provider.h
+++ b/ios/public/test/test_keyed_service_provider.h
@@ -20,9 +20,6 @@ class TestKeyedServiceProvider : public KeyedServiceProvider {
KeyedServiceBaseFactory* GetBookmarkModelFactory() override;
bookmarks::BookmarkModel* GetBookmarkModelForBrowserState(
ChromeBrowserState* browser_state) override;
- KeyedServiceBaseFactory* GetSigninManagerFactory() override;
- SigninManager* GetSigninManagerForBrowserState(
- ChromeBrowserState* browser_state) override;
KeyedServiceBaseFactory* GetPersonalDataManagerFactory() override;
autofill::PersonalDataManager* GetPersonalDataManagerForBrowserState(
ChromeBrowserState* browser_state) override;

Powered by Google App Engine
This is Rietveld 408576698