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

Unified Diff: chrome/browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm

Issue 99343006: Merge 237115 "Security fix for untrusted signin confirm dialog" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years 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 | « no previous file | chrome/browser/ui/cocoa/one_click_signin_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm
===================================================================
--- chrome/browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm (revision 238137)
+++ chrome/browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm (working copy)
@@ -74,7 +74,7 @@
// Callback should be called to setup sync with default settings.
IN_PROC_BROWSER_TEST_F(OneClickSigninDialogControllerTest, Close) {
controller_->constrained_window()->CloseWebContentsModalDialog();
- EXPECT_EQ(OneClickSigninSyncStarter::SYNC_WITH_DEFAULT_SETTINGS, sync_mode_);
+ EXPECT_EQ(OneClickSigninSyncStarter::UNDO_SYNC, sync_mode_);
EXPECT_EQ(1, callback_count_);
}
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/one_click_signin_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698