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

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

Issue 1251463002: iOS factories for ProfileOAuth2TokenService and AccountTrackerService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentizeOAuth2
Patch Set: Review comments 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 ca6e67e78fee480c2c515fff5d3b3ddafe83404a..3edbd60ec09e19e8b3caa62076593bad8789d031 100644
--- a/ios/public/test/test_keyed_service_provider.cc
+++ b/ios/public/test/test_keyed_service_provider.cc
@@ -82,17 +82,6 @@ TestKeyedServiceProvider::GetBookmarkModelForBrowserState(
return nullptr;
}
-KeyedServiceBaseFactory*
-TestKeyedServiceProvider::GetProfileOAuth2TokenServiceFactory() {
- return MissingServiceKeyedServiceFactory::GetInstance();
-}
-
-ProfileOAuth2TokenService*
-TestKeyedServiceProvider::GetProfileOAuth2TokenServiceForBrowserState(
- ChromeBrowserState* browser_state) {
- return nullptr;
-}
-
KeyedServiceBaseFactory* TestKeyedServiceProvider::GetSigninManagerFactory() {
return MissingServiceKeyedServiceFactory::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