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

Unified Diff: chrome/browser/ui/browser_window.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/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 431c35a04720c4ae497a2a43bee61174eab030b3..a0c7abac55de3a3d28e69c89c05dab35373858e7 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -367,7 +367,8 @@ class BrowserWindow : public ui::BaseWindow {
// the given mode.
enum AvatarBubbleMode {
AVATAR_BUBBLE_MODE_DEFAULT,
- AVATAR_BUBBLE_MODE_ACCOUNT_MANAGEMENT
+ AVATAR_BUBBLE_MODE_ACCOUNT_MANAGEMENT,
+ AVATAR_BUBBLE_MODE_ACCOUNT_MANAGEMENT_FROM_HEADER
Roger Tawa OOO till Jul 10th 2014/05/14 14:08:44 Nit: lets call this FROM_GAIA instead of FROM_HEAD
Mike Lerman 2014/05/14 19:46:15 Done.
};
virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) = 0;

Powered by Google App Engine
This is Rietveld 408576698