| 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 b4eb300b0e60d9ad9987a7c7a992b13e9778d8fe..4a3702bca9ed814fc85654760ab42eae25824620 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -66,6 +66,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| Browser* browser);
|
| static bool IsShowing();
|
| static void Hide();
|
| + static int GetFixedMenuWidth();
|
|
|
| private:
|
| friend class ProfileChooserViewExtensionsTest;
|
| @@ -148,6 +149,9 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| views::View* CreateCurrentProfileView(
|
| const AvatarMenu::Item& avatar_item,
|
| bool is_guest);
|
| + views::View* CreateMaterialDesignCurrentProfileView(
|
| + const AvatarMenu::Item& avatar_item,
|
| + bool is_guest);
|
| views::View* CreateGuestProfileView();
|
| views::View* CreateOtherProfilesView(const Indexes& avatars_to_show);
|
| views::View* CreateOptionsView(bool display_lock);
|
|
|