Chromium Code Reviews| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc |
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc |
| index 14c9241c639c3b66443a939aaa47ce828104631b..7fa8d8ef539ca26211ca2e372b16123d04bc493d 100644 |
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc |
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc |
| @@ -872,6 +872,7 @@ void ProfileChooserView::LinkClicked(views::Link* sender, int event_flags) { |
| tutorial_mode_ = profiles::TUTORIAL_MODE_NONE; |
| ProfileMetrics::LogProfileNewAvatarMenuSignin( |
| ProfileMetrics::PROFILE_AVATAR_MENU_SIGNIN_SETTINGS); |
| + profile_bubble_->Hide(); |
|
msw
2015/06/05 19:51:47
nit: Just call Hide() (the static ProfileChooserVi
|
| } else if (sender == tutorial_not_you_link_) { |
| ProfileMetrics::LogProfileNewAvatarMenuUpgrade( |
| ProfileMetrics::PROFILE_AVATAR_MENU_UPGRADE_NOT_YOU); |