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

Unified Diff: chrome/browser/ui/profile_chooser_constants.h

Issue 435423005: Implement the inline signin confirmation bubble and mirror upgrade tutorial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits fixed Created 6 years, 4 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/profile_chooser_constants.h
diff --git a/chrome/browser/ui/profile_chooser_constants.h b/chrome/browser/ui/profile_chooser_constants.h
index 93f7201e36bc1e75f8e4dd92a827e3f370c919c8..088804a4c624b0108b604ea459f565b8e78ef8cd 100644
--- a/chrome/browser/ui/profile_chooser_constants.h
+++ b/chrome/browser/ui/profile_chooser_constants.h
@@ -21,16 +21,20 @@ 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,
+ // Shows a view for switching user.
+ BUBBLE_VIEW_MODE_SWITCH_USER,
};
// 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
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698