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

Unified Diff: chrome/browser/ui/webui/options/sync_setup_handler.cc

Issue 2687693002: Linux/Windows: Setting focus to the first profile in profile switcher (Closed)
Patch Set: Renaming |focus_first_profile| to |is_source_keyboard| Created 3 years, 10 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/webui/options/sync_setup_handler.cc
diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.cc b/chrome/browser/ui/webui/options/sync_setup_handler.cc
index d9f8054b6926e6b90a95c0b89bd15084cc6475fc..f48d4b31a3e24476d49c9a8666dc6cd275033405 100644
--- a/chrome/browser/ui/webui/options/sync_setup_handler.cc
+++ b/chrome/browser/ui/webui/options/sync_setup_handler.cc
@@ -384,7 +384,7 @@ void SyncSetupHandler::DisplayGaiaLoginInNewTabOrWindow(
if (!force_new_tab) {
browser->window()->ShowAvatarBubbleFromAvatarButton(
BrowserWindow::AVATAR_BUBBLE_MODE_REAUTH,
- signin::ManageAccountsParams(), access_point);
+ signin::ManageAccountsParams(), access_point, false);
} else {
url = signin::GetReauthURL(
access_point, signin_metrics::Reason::REASON_REAUTHENTICATION,
@@ -394,7 +394,7 @@ void SyncSetupHandler::DisplayGaiaLoginInNewTabOrWindow(
if (!force_new_tab) {
browser->window()->ShowAvatarBubbleFromAvatarButton(
BrowserWindow::AVATAR_BUBBLE_MODE_SIGNIN,
- signin::ManageAccountsParams(), access_point);
+ signin::ManageAccountsParams(), access_point, false);
} else {
url = signin::GetPromoURL(
access_point, signin_metrics::Reason::REASON_SIGNIN_PRIMARY_ACCOUNT,
« no previous file with comments | « chrome/browser/ui/webui/history_login_handler.cc ('k') | chrome/browser/ui/webui/settings/people_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698