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

Unified Diff: ios/public/provider/chrome/browser/keyed_service_provider.cc

Issue 1164043002: [iOS] Add accessor for ProfileOAuth2TokenServiceIOS instance and factory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/provider/chrome/browser/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/provider/chrome/browser/keyed_service_provider.cc
diff --git a/ios/public/provider/chrome/browser/keyed_service_provider.cc b/ios/public/provider/chrome/browser/keyed_service_provider.cc
index e5782af5b56ad77fa006d27d375ed8c9982cf4c5..09991f64da01be2fe2197173d5a9b6b452cbde28 100644
--- a/ios/public/provider/chrome/browser/keyed_service_provider.cc
+++ b/ios/public/provider/chrome/browser/keyed_service_provider.cc
@@ -25,6 +25,17 @@ KeyedServiceProvider::GetProfileOAuth2TokenServiceForBrowserState(
return nullptr;
}
+KeyedServiceBaseFactory*
+KeyedServiceProvider::GetProfileOAuth2TokenServiceIOSFactory() {
+ return nullptr;
+}
+
+ProfileOAuth2TokenServiceIOS*
+KeyedServiceProvider::GetProfileOAuth2TokenServiceIOSForBrowserState(
+ ChromeBrowserState* browser_state) {
+ return nullptr;
+}
+
KeyedServiceBaseFactory* KeyedServiceProvider::GetSigninManagerFactory() {
return nullptr;
}
« no previous file with comments | « ios/public/provider/chrome/browser/keyed_service_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698