| Index: chrome/browser/ui/profile_chooser_constants.h
|
| diff --git a/chrome/browser/ui/profile_chooser_constants.h b/chrome/browser/ui/profile_chooser_constants.h
|
| index 088804a4c624b0108b604ea459f565b8e78ef8cd..1301be9b474d612a2abcf2f1171f281b261aae3e 100644
|
| --- a/chrome/browser/ui/profile_chooser_constants.h
|
| +++ b/chrome/browser/ui/profile_chooser_constants.h
|
| @@ -9,7 +9,7 @@ namespace profiles {
|
|
|
| // Different views that can be displayed in the profile chooser bubble.
|
| enum BubbleViewMode {
|
| - // Shows a "fast profile switcher" view.
|
| + // Shows the default avatar bubble.
|
| BUBBLE_VIEW_MODE_PROFILE_CHOOSER,
|
| // Shows a list of accounts for the active user.
|
| BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT,
|
| @@ -23,6 +23,8 @@ enum BubbleViewMode {
|
| BUBBLE_VIEW_MODE_ACCOUNT_REMOVAL,
|
| // Shows a view for switching user.
|
| BUBBLE_VIEW_MODE_SWITCH_USER,
|
| + // Shows a "fast profile switcher" view.
|
| + BUBBLE_VIEW_MODE_FAST_PROFILE_CHOOSER,
|
| };
|
|
|
| // Tutorial modes that can be displayed in the profile chooser bubble.
|
|
|