| 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 f1d78921f05102a921768238d8a6f899a016e2e0..a5fe178added3b3e35591c2e49d9620cdbff349e 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -122,6 +122,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);
|
|
|