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

Unified Diff: ios/chrome/browser/ui/authentication/signin_promo_view_mediator.mm

Issue 2880333003: Adding ChromeIdentity in ShowSigninCommand. (Closed)
Patch Set: Created 3 years, 7 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/chrome/browser/ui/authentication/signin_promo_view_mediator.mm
diff --git a/ios/chrome/browser/ui/authentication/signin_promo_view_mediator.mm b/ios/chrome/browser/ui/authentication/signin_promo_view_mediator.mm
index 96bb2ecc11b9dce014a0711c192d749bca4c8627..885d1044fa21dd1d2db6ab643478ce18c6e5a3ef 100644
--- a/ios/chrome/browser/ui/authentication/signin_promo_view_mediator.mm
+++ b/ios/chrome/browser/ui/authentication/signin_promo_view_mediator.mm
@@ -207,8 +207,10 @@ void RecordSigninNewAccountUserActionForAccessPoint(
RecordSigninDefaultUserActionForAccessPoint(_accessPoint);
ShowSigninCommand* command = [[ShowSigninCommand alloc]
initWithOperation:AUTHENTICATION_OPERATION_SIGNIN_PROMO_CONTINUE_AS
msarda 2017/05/16 13:33:53 Use AUTHENTICATION_OPERATION_SIGNIN.
jlebel 2017/05/16 17:55:08 Done.
+ identity:_defaultIdentity
accessPoint:_accessPoint
- promoAction:signin_metrics::PromoAction::PROMO_ACTION_WITH_DEFAULT];
+ promoAction:signin_metrics::PromoAction::PROMO_ACTION_WITH_DEFAULT
+ callback:nil];
msarda 2017/05/16 13:33:53 Remove "callback" (it is nil by default).
jlebel 2017/05/16 17:55:08 -[ShowSigninCommand initWithOperation:identity:acc
[signinPromoView chromeExecuteCommand:command];
}

Powered by Google App Engine
This is Rietveld 408576698