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

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

Issue 1120013003: Add right-click user switching tutorial bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make the pref per-chrome instead of per-profile. Created 5 years, 8 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 1301be9b474d612a2abcf2f1171f281b261aae3e..73fdbb092d16f6e65a6479832e49254bc2ec684d 100644
--- a/chrome/browser/ui/profile_chooser_constants.h
+++ b/chrome/browser/ui/profile_chooser_constants.h
@@ -37,6 +37,8 @@ enum TutorialMode {
TUTORIAL_MODE_WELCOME_UPGRADE,
// A tutorial card shown to display the signin errors.
TUTORIAL_MODE_SHOW_ERROR,
+ // A tutorial card shown to inform users about right-click user switching.
+ TUTORIAL_MODE_RIGHT_CLICK_SWITCHING,
Mike Lerman 2015/05/05 01:31:45 Hmm. We should have UMA stats around this tutorial
anthonyvd 2015/05/05 16:19:17 Not that I'm against that but how actionable/insig
};
}; // namespace profiles

Powered by Google App Engine
This is Rietveld 408576698