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

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

Issue 583883003: [Password Generation] Change links in the bubble to point to the local manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac tests Created 6 years, 3 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/manage_passwords_bubble_confirmation_view_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
index 02175bcbc4722b50969c48767372f4139e6d5591..cf4c6f5c54f5dc6cdf849d0e4a5b843c7069da10 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
@@ -76,7 +76,7 @@ TEST_F(ManagePasswordsBubbleConfirmationViewControllerTest,
ShouldOpenPasswordsAndDismissWhenLinkClicked) {
[controller().confirmationText clickedOnLink:nil atIndex:0];
EXPECT_TRUE([delegate() dismissed]);
- EXPECT_TRUE(ui_controller()->navigated_to_account_central_management_page());
+ EXPECT_TRUE(ui_controller()->navigated_to_settings_page());
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698