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