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

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

Issue 271953002: Resubmit "Add an UMA metric to track whether running on a tablet". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extraneous condition caused by merge. Created 6 years, 7 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/chrome_browser_main_win.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 5c8ba98eaa4111d7a69aacb742a3bd4df9a57499..56b28c614508852c4864c0e273798472358aef14 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30575,6 +30575,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Windows.Tablet" enum="BooleanTablet">
+ <owner>zturner@chromium.org</owner>
+ <summary>Count of browser launches from a Windows tablet pc.</summary>
+</histogram>
+
<histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -31434,6 +31439,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Memory low, tabs discarded"/>
</enum>
+<enum name="BooleanTablet" type="int">
+ <int value="0" label="Non tablet"/>
+ <int value="1" label="Tablet"/>
+</enum>
+
<enum name="BooleanUsage" type="int">
<int value="0" label="Not Used"/>
<int value="1" label="Used"/>
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698