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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: Created 4 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e8671dc9551b1779a3a8de1214d94fcf1bb9af5f..afab301d45f797fe1288e19d6e877c671b837c0d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12703,6 +12703,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.DownEventCount.PerDestination"
+ enum="DownEventDestination">
+ <owner>xiaoyinh@chromium.org</owner>
+ <summary>Counts the number of down events received per destination.</summary>
+</histogram>
+
<histogram name="Event.DownEventCount.PerFormFactor" enum="DownEventFormFactor">
<owner>xiaoyinh@chromium.org</owner>
<summary>
@@ -75104,6 +75110,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="GET_NON_CACHABLE"/>
</enum>
+<enum name="DownEventDestination" type="int">
+ <int value="0" label="Others"/>
Mark P 2016/09/13 21:57:11 Does this include regular Chrome apps? Perhaps th
+ <int value="1" label="System UI"/>
Mark P 2016/09/13 21:57:11 Is this basically everything besides renderers and
+ <int value="2" label="Website"/>
Mark P 2016/09/13 21:57:11 Do you mean content area of a renderer?
+ <int value="3" label="ARC++ app"/>
Mark P 2016/09/13 21:57:11 Do you mean specifically an Android app on Chrome
+ <int value="4" label="Default note-taking app"/>
+</enum>
+
<enum name="DownEventFormFactor" type="int">
<int value="0" label="Clamshell"/>
<int value="1" label="Touchview"/>

Powered by Google App Engine
This is Rietveld 408576698