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

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

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.cc
diff --git a/ios/public/test/test_keyed_service_provider.cc b/ios/public/test/test_keyed_service_provider.cc
index 3edbd60ec09e19e8b3caa62076593bad8789d031..d9451e7962fba5b55e06667aaa4987e715a8442e 100644
--- a/ios/public/test/test_keyed_service_provider.cc
+++ b/ios/public/test/test_keyed_service_provider.cc
@@ -82,15 +82,6 @@ TestKeyedServiceProvider::GetBookmarkModelForBrowserState(
return nullptr;
}
-KeyedServiceBaseFactory* TestKeyedServiceProvider::GetSigninManagerFactory() {
- return MissingServiceKeyedServiceFactory::GetInstance();
-}
-
-SigninManager* TestKeyedServiceProvider::GetSigninManagerForBrowserState(
- ChromeBrowserState* browser_state) {
- return nullptr;
-}
-
KeyedServiceBaseFactory*
TestKeyedServiceProvider::GetPersonalDataManagerFactory() {
return MissingServiceKeyedServiceFactory::GetInstance();

Powered by Google App Engine
This is Rietveld 408576698