| 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 9606af6a92d05367a0dfd40c2a635f68ea37b606..4920cf8b2e2b53703ad5851f618eac57a07e3100 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -248,6 +248,9 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| // views hierarchy.
|
| EditableProfilePhoto* current_profile_photo_;
|
| EditableProfileName* current_profile_name_;
|
| + // For material design user menu, the profile photo and profile name are added
|
| + // as child views to the same button.
|
| + views::LabelButton* current_profile_card_;
|
|
|
| // Action buttons.
|
| views::LabelButton* users_button_;
|
|
|