| 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 93f7201e36bc1e75f8e4dd92a827e3f370c919c8..dc052ca578cba617705ac979e013c9954597021f 100644
|
| --- a/chrome/browser/ui/profile_chooser_constants.h
|
| +++ b/chrome/browser/ui/profile_chooser_constants.h
|
| @@ -21,16 +21,18 @@ enum BubbleViewMode {
|
| BUBBLE_VIEW_MODE_GAIA_REAUTH,
|
| // Shows a view for confirming account removal.
|
| BUBBLE_VIEW_MODE_ACCOUNT_REMOVAL,
|
| - // Shows a view for ending new profile management preview.
|
| - BUBBLE_VIEW_MODE_END_PREVIEW,
|
| };
|
|
|
| // Tutorial modes that can be displayed in the profile chooser bubble.
|
| enum TutorialMode {
|
| - TUTORIAL_MODE_NONE, // No tutorial card shown.
|
| - TUTORIAL_MODE_ENABLE_PREVIEW, // The enable-mirror-preview tutorial shown.
|
| - TUTORIAL_MODE_WELCOME, // The welcome-to-mirror tutorial shown.
|
| - TUTORIAL_MODE_SEND_FEEDBACK, // The send-feedback tutorial shown.
|
| + // No tutorial card shown.
|
| + TUTORIAL_MODE_NONE,
|
| + // A tutorial card shown to confirm Chrome signin.
|
| + TUTORIAL_MODE_CONFIRM_SIGNIN,
|
| + // A tutorial card shown to introduce an upgrade user to the new avatar menu.
|
| + TUTORIAL_MODE_WELCOME_UPGRADE,
|
| + // A tutorial card shown to display the signin errors.
|
| + TUTORIAL_MODE_SHOW_ERROR,
|
| };
|
|
|
| }; // namespace profiles
|
|
|