Linux/Windows: Setting focus to the first profile in profile switcher
When opening the profile switcher menu using the shortcut (ctrl-shift-m), the first
profile (other than the current one) in the list should be highlighted. This should
happens only when opening the menu with the keyboard (and not with the mouse).
For macOS: crrev.com/2638853003 and crrev.com/2682153002
BUG=674343
Review-Url: https://codereview.chromium.org/2687693002
Cr-Commit-Position: refs/heads/master@{#452449}
diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc
index cb0ffcc..b22d999a 100644
--- a/chrome/browser/printing/print_dialog_cloud.cc
+++ b/chrome/browser/printing/print_dialog_cloud.cc
@@ -77,7 +77,7 @@
add_account ? BrowserWindow::AVATAR_BUBBLE_MODE_ADD_ACCOUNT
: BrowserWindow::AVATAR_BUBBLE_MODE_SIGNIN,
signin::ManageAccountsParams(),
- signin_metrics::AccessPoint::ACCESS_POINT_CLOUD_PRINT);
+ signin_metrics::AccessPoint::ACCESS_POINT_CLOUD_PRINT, false);
} else {
GURL url = add_account ? cloud_devices::GetCloudPrintAddAccountURL()
: cloud_devices::GetCloudPrintSigninURL();