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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 288493008: UMA Metrics for the user menu, including vasquette-detection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit - make a member variable const Created 6 years, 7 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/views/profiles/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
index b68f3b231bc9015de10960d5ea5a63854bbf5465..3546dbd42c151c2b9657c54ab5a881a1fe403d5a 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -50,6 +50,9 @@ class ProfileChooserView : public views::BubbleDelegateView,
BUBBLE_VIEW_MODE_PROFILE_CHOOSER,
// Shows a list of accounts for the active user.
BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT,
+ // Shows a list of accounts for the active user, initiated from the
+ // HTTP response header.
+ BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT_FROM_HEADER,
// Shows a web view for primary sign in.
BUBBLE_VIEW_MODE_GAIA_SIGNIN,
// Shows a web view for adding secondary accounts.
@@ -252,6 +255,9 @@ class ProfileChooserView : public views::BubbleDelegateView,
// The current tutorial mode.
TutorialMode tutorial_mode_;
+ // The view was prompted to open from a GAIA header
Roger Tawa OOO till Jul 10th 2014/05/14 14:08:44 Nit: end sentence with period.
Mike Lerman 2014/05/14 19:46:15 Done.
+ const bool opened_from_header_;
+
DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
};

Powered by Google App Engine
This is Rietveld 408576698