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

Unified Diff: ios/public/provider/chrome/browser/signin/chrome_identity_service.mm

Issue 2934843002: Adds signin provider APIs that don't return scoped_nsobjects. (Closed)
Patch Set: Created 3 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/signin/chrome_identity_service.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/signin/chrome_identity_service.mm
diff --git a/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm b/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
index e19e1eee4c25a73442f3d8f918f4a9fc412b5ec4..05cbbbd7d8ff9d980f0189f9152eb58cf42ca998 100644
--- a/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
+++ b/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
@@ -23,6 +23,26 @@ bool ChromeIdentityService::HandleApplicationOpenURL(UIApplication* application,
return false;
}
+UINavigationController* ChromeIdentityService::CreateAccountDetailsController(
+ ChromeIdentity* identity,
+ id<ChromeIdentityBrowserOpener> browser_opener) {
+ return nil;
+}
+
+UINavigationController*
+ChromeIdentityService::CreateWebAndAppSettingDetailsController(
+ ChromeIdentity* identity,
+ id<ChromeIdentityBrowserOpener> browser_opener) {
+ return nil;
+}
+
+ChromeIdentityInteractionManager*
+ChromeIdentityService::CreateChromeIdentityInteractionManager(
+ ios::ChromeBrowserState* browser_state,
+ id<ChromeIdentityInteractionManagerDelegate> delegate) const {
+ return nil;
+}
+
base::scoped_nsobject<UINavigationController>
ChromeIdentityService::NewAccountDetails(
ChromeIdentity* identity,
« no previous file with comments | « ios/public/provider/chrome/browser/signin/chrome_identity_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698