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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 24187003: Add Mist.SwitchResult histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | 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 edc2203d6df388fafcfba874940df1753b4b15ee..828698b13e6d818093e55b1b2a4296dc71405378 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6224,6 +6224,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Mist.SwitchResult" enum="MistSwitchResult">
+ <summary>
+ The result (e.g. success or the type of failure) of a modem interface switch
+ operation performed by mist on Chrome OS.
+ </summary>
+</histogram>
+
<histogram name="Mouse.PointerSensitivity.Changed" enum="PointerSensitivity">
<summary>
Tracks mouse sensitivity setting changes by the user. This replaces the old
@@ -22863,6 +22870,11 @@ other types of suffix sets.
<int value="3" label="kInvalidPlayerState"/>
</enum>
+<enum name="MistSwitchResult" type="int">
+ <int value="0" label="Success"/>
+ <int value="1" label="Failure"/>
Ben Chan 2013/09/16 23:37:32 mist currently doesn't support more fine-grained f
+</enum>
+
<enum name="MobileSessionCallerApp" type="int">
<int value="0" label="Google Search"/>
<int value="1" label="GMail"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698