Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3276)

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 2709763002: Removing Fast User Switcher feature. (Closed)
Patch Set: Removing PopulateCompleteProfileChooserView and PopulateMinimalProfileChooserView Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5ba9f45c66a5c2809cb71a04555218df0b196484..11ab2b1f190c7313e4535b44844c12289ac3f6f9 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -125,16 +125,6 @@ class ProfileChooserView : public content::WebContentsDelegate,
// Creates the profile chooser view.
views::View* CreateProfileChooserView(AvatarMenu* avatar_menu);
- // Populates |layout| with only a list of the profiles available to
- // switch to.
- void PopulateMinimalProfileChooserView(views::GridLayout* layout,
- AvatarMenu* avatar_menu);
-
- // Populates |layout| with all the elements of the Avatar Menu (current user
- // bubble, options buttons, tutorials).
- void PopulateCompleteProfileChooserView(views::GridLayout* layout,
- AvatarMenu* avatar_menu);
-
// Creates the main profile card for the profile |avatar_item|. |is_guest|
// is used to determine whether to show any Sign in/Sign out/Manage accounts
// links.
« no previous file with comments | « chrome/browser/ui/views/frame/avatar_button_manager.cc ('k') | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698