| 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 8d7dc7196e7a88e597212050c88ae552adf60019..b9bd32f2ce8f5ae04c7b3acf1a05a00292c135ba 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -150,7 +150,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| bool is_guest);
|
| views::View* CreateGuestProfileView();
|
| views::View* CreateOtherProfilesView(const Indexes& avatars_to_show);
|
| - views::View* CreateOptionsView(bool display_lock);
|
| + views::View* CreateOptionsView(bool display_lock, AvatarMenu* avatar_menu);
|
| views::View* CreateSupervisedUserDisclaimerView();
|
|
|
| // Account Management view for the profile |avatar_item|.
|
| @@ -246,6 +246,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| EditableProfileName* current_profile_name_;
|
|
|
| // Action buttons.
|
| + views::LabelButton* guest_profile_button_;
|
| views::LabelButton* users_button_;
|
| views::LabelButton* go_incognito_button_;
|
| views::LabelButton* lock_button_;
|
|
|