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

Side by Side Diff: chrome/browser/ui/profile_chooser_constants.h

Issue 2899083003: Delete unused tutorial code from profile switcher/user manager. (Closed)
Patch Set: fix merge Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_ 5 #ifndef CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_
6 #define CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_ 6 #define CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_
7 7
8 #include "third_party/skia/include/core/SkColor.h" 8 #include "third_party/skia/include/core/SkColor.h"
9 9
10 namespace profiles { 10 namespace profiles {
(...skipping 11 matching lines...) Expand all
22 // Shows a web view for adding secondary accounts. 22 // Shows a web view for adding secondary accounts.
23 BUBBLE_VIEW_MODE_GAIA_ADD_ACCOUNT, 23 BUBBLE_VIEW_MODE_GAIA_ADD_ACCOUNT,
24 // Shows a web view for reauthenticating an account. 24 // Shows a web view for reauthenticating an account.
25 BUBBLE_VIEW_MODE_GAIA_REAUTH, 25 BUBBLE_VIEW_MODE_GAIA_REAUTH,
26 // Shows a view for confirming account removal. 26 // Shows a view for confirming account removal.
27 BUBBLE_VIEW_MODE_ACCOUNT_REMOVAL, 27 BUBBLE_VIEW_MODE_ACCOUNT_REMOVAL,
28 // Shows a view for switching user. 28 // Shows a view for switching user.
29 BUBBLE_VIEW_MODE_SWITCH_USER, 29 BUBBLE_VIEW_MODE_SWITCH_USER,
30 }; 30 };
31 31
32 // Tutorial modes that can be displayed in the profile chooser bubble.
33 enum TutorialMode {
34 // No tutorial card shown.
35 TUTORIAL_MODE_NONE,
36 // A tutorial card shown to confirm Chrome signin.
37 TUTORIAL_MODE_CONFIRM_SIGNIN,
38 // A tutorial card shown to introduce an upgrade user to the new avatar menu.
39 TUTORIAL_MODE_WELCOME_UPGRADE,
40 // A tutorial card shown to display the signin errors.
41 TUTORIAL_MODE_SHOW_ERROR,
42 };
43
44 }; // namespace profiles 32 }; // namespace profiles
45 33
46 #endif // CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_ 34 #endif // CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/extension_enable_flow.cc ('k') | chrome/browser/ui/startup/startup_browser_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698