| Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| index 405687445a7e5b481ddbdd75471655c931329f21..923989ed372ad8e5d62e0457ace6d4792ac0b165 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -124,6 +124,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| // Shows the bubble with the |view_to_display|.
|
| void ShowView(profiles::BubbleViewMode view_to_display,
|
| AvatarMenu* avatar_menu);
|
| + void ShowViewFromMode(profiles::BubbleViewMode mode);
|
|
|
| // Creates the profile chooser view.
|
| views::View* CreateProfileChooserView(AvatarMenu* avatar_menu);
|
|
|