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

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

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: noms nits 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
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d3cd2895e5a7297c9869e544e87afdc6da22ff4a..58df65964a33810865e2b6019fa8e0665baba54c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51568,8 +51568,8 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<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="0" label="Opened the avatar menu from NTP"/>
+ <int value="1" label="Opened the avatar menu from avatar button"/>
<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"/>
« no previous file with comments | « 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