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

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

Issue 2742633002: [Mac] UMA Metrics for the Default Touch Bar (Closed)
Patch Set: Fix for isherman Created 3 years, 9 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:
Download patch
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_touch_bar.mm ('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 a6958aa828401ebd938c80fca4e32d0b96757490..47de0a96cee6f030aef190966a12940683f10782 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72225,6 +72225,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="TouchBar.Default.Metrics" enum="DefaultTouchBarActions">
+ <owner>spqchan@chromium.com</owner>
+ <summary>Tracks the usage of the default touch bar buttons.</summary>
+</histogram>
+
<histogram name="Touchpad.Device" enum="TouchpadDeviceState">
<owner>pthammaiah@google.com</owner>
<summary>Tracks touchpad device state.</summary>
@@ -86707,6 +86712,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="8" label="DSP set to new engine with no previous value in prefs"/>
</enum>
+<enum name="DefaultTouchBarActions" type="int">
+ <int value="0" label="Back"/>
+ <int value="1" label="Forward"/>
+ <int value="2" label="Stop"/>
+ <int value="3" label="Reload"/>
+ <int value="4" label="Home"/>
+ <int value="5" label="Search"/>
+ <int value="6" label="Star"/>
+ <int value="7" label="New Tab"/>
+</enum>
+
<enum name="DefaultWebClientState" type="int">
<int value="0" label="Not default">Chrome is not the default web client.</int>
<int value="1" label="Is default">Chrome is the default web client.</int>
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_touch_bar.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698