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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 356893002: Add UMA for --app-shim-error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 cfa152a82e82c983a69e7ed2bff3375856d50506..43dcff9abd7b88c0813efa1dae7ca91f6da8bffb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -476,6 +476,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Apps.AppShimError" enum="NetErrorPageEvents">
+ <owner>rdsmith@chromium.org</owner>
tapted 2014/06/26 06:47:05 probably the wrong owner, and summary below :)
jackhou1 2014/06/27 04:55:57 Done.
+ <owner>ellyjones@chromium.org</owner>
+ <summary>
+ Counts of various events that can occur on the network error page. See the
+ histogram for details.
+ </summary>
+</histogram>
+
<histogram name="Ash.ActiveTouchPoints">
<owner>kuscher@google.com</owner>
<owner>rbyers@chromium.org</owner>
@@ -34220,6 +34229,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="PROMO_SEEN"/>
</enum>
+<enum name="AppShimError" type="int">
+ <int value="0" label="BITNESS_SHIM_32_CHROME_64"/>
tapted 2014/06/26 06:47:05 I think it's preferable to have descriptive names
jackhou1 2014/06/27 04:55:57 Done.
+ <int value="1" label="BITNESS_SHIM_64_CHROME_32"/>
+ <int value="2" label="BITNESS_SHIM_32_CHROME_32"/>
+ <int value="3" label="BITNESS_SHIM_64_CHROME_64"/>
+</enum>
+
<enum name="AppsPageDragSource" type="int">
<int value="0" label="Same apps pane"/>
<int value="1" label="Different apps pane"/>
« chrome/browser/web_applications/web_app_mac.mm ('K') | « chrome/common/mac/app_mode_common.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698