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

Unified Diff: chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc

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
Index: chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc
===================================================================
--- chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (revision 238137)
+++ chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (working copy)
@@ -402,6 +402,6 @@
if (is_sync_dialog_ && !start_sync_callback_.is_null()) {
base::ResetAndReturn(&start_sync_callback_).Run(
- OneClickSigninSyncStarter::SYNC_WITH_DEFAULT_SETTINGS);
+ OneClickSigninSyncStarter::UNDO_SYNC);
}
}

Powered by Google App Engine
This is Rietveld 408576698