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

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: Fix copyright 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
« no previous file with comments | « ios/public/test/test_keyed_service_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aba59527762ca0e2c8b2295ed7df24d737954510..fb55787ae58382d726c459cd75916950b1e528eb 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::GetSyncServiceFactory() {
return FakeSyncServiceFactory::GetInstance();
}
« no previous file with comments | « ios/public/test/test_keyed_service_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698