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

Unified Diff: chrome/browser/profiles/profile_metrics.h

Issue 702483002: On Views, track all opens of the menu from icon AND bubble. Matches Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/profiles/profile_metrics.h
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
index 06b6bd3b372fc2a6466b773bc1e6fce6a7fbf957..8e4bb99dc2e18668a710fb386af5e25cc53d69fb 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -50,7 +50,7 @@ class ProfileMetrics {
// Enum for counting the ways user profiles and menus were opened.
enum ProfileOpen {
NTP_AVATAR_BUBBLE = 0, // User opens avatar icon menu from NTP
- ICON_AVATAR_BUBBLE, // User opens avatar icon menu from icon
+ ICON_AVATAR_BUBBLE, // User opens avatar icon menu from icon or button
noms (inactive) 2014/11/03 15:18:52 nit: i would call this the "avatar menu" not the "
Mike Lerman 2014/11/03 15:32:07 Done.
SWITCH_PROFILE_ICON, // User switches profiles from icon menu
SWITCH_PROFILE_MENU, // User switches profiles from menu bar
SWITCH_PROFILE_DOCK, // User switches profiles from dock (Mac-only)
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698