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

Unified Diff: chrome/browser/ui/webui/history_login_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/history_login_handler.cc
diff --git a/chrome/browser/ui/webui/history_login_handler.cc b/chrome/browser/ui/webui/history_login_handler.cc
index 01d39372604155ab7407d040b52c0da7028bf9e2..c7c54926236bab3dc112b69654ced3bbc39d22c1 100644
--- a/chrome/browser/ui/webui/history_login_handler.cc
+++ b/chrome/browser/ui/webui/history_login_handler.cc
@@ -59,7 +59,6 @@ void HistoryLoginHandler::HandleStartSignInFlow(
Browser* browser =
chrome::FindBrowserWithWebContents(web_ui()->GetWebContents());
browser->window()->ShowAvatarBubbleFromAvatarButton(
- BrowserWindow::AVATAR_BUBBLE_MODE_SIGNIN,
- signin::ManageAccountsParams(),
- signin_metrics::AccessPoint::ACCESS_POINT_RECENT_TABS);
+ BrowserWindow::AVATAR_BUBBLE_MODE_SIGNIN, signin::ManageAccountsParams(),
+ signin_metrics::AccessPoint::ACCESS_POINT_RECENT_TABS, false);
}

Powered by Google App Engine
This is Rietveld 408576698