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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d3cd2895e5a7297c9869e544e87afdc6da22ff4a..6433c24e5f863321f384e8f59314a2cc69c16dc2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51569,7 +51569,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<enum name="ProfileOpenMethod" type="int">
<int value="0" label="Opened the avatar bubble menu from NTP"/>
- <int value="1" label="Opened the avatar bubble menu from icon"/>
+ <int value="1" label="Opened the avatar bubble menu from icon or button"/>
noms (inactive) 2014/11/03 15:18:52 nit: make this consistent with the above, so somet
Mike Lerman 2014/11/03 15:32:07 Like dinner.
<int value="2" label="Switch to profile from icon menu"/>
<int value="3" label="Switch to profile from title bar menu"/>
<int value="4" label="Switch to profile from Mac OS X Dock menu"/>
« chrome/browser/profiles/profile_metrics.h ('K') | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698