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

Unified Diff: chrome/browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm

Issue 2617543002: Create Desktop to iOS Promotion skeleton. (Closed)
Patch Set: add cocoa modifications Created 3 years, 11 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: chrome/browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm
index 168c3432642c7c1543339d7bcf99a911e2304dcb..1ce68663d667a46a6be9def407357edc4968e673 100644
--- a/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm
@@ -51,7 +51,7 @@ void SignInPromoViewControllerTest::SetUpSignInPromoState() {
{{kChromeSignInPasswordPromoThresholdParam, "3"}});
GetModelAndCreateIfNull()->OnSaveClicked();
- ASSERT_TRUE(GetModelAndCreateIfNull()->ReplaceToShowSignInPromoIfNeeded());
+ ASSERT_TRUE(GetModelAndCreateIfNull()->ReplaceToShowPromotionIfNeeded());
[delegate() setModel:GetModelAndCreateIfNull()];
controller_.reset([[SignInPromoViewController alloc]

Powered by Google App Engine
This is Rietveld 408576698