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

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

Issue 206713004: Report PPAPI plugin load error code to UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BASE_EXPORT Created 6 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 | « third_party/libjingle/overrides/init_webrtc.cc ('k') | ui/gl/gl_implementation_osmesa.cc » ('j') | 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 dae8f94371fee10d15f2c4ac27438792842781ed..1f9c30bc92f7bce934ea73c89b8c677d87c64ba7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17843,11 +17843,21 @@ other types of suffix sets.
<summary>Record usage of PPB_Flash.Navigate() Pepper API.</summary>
</histogram>
+<histogram name="Plugin.PpapiBrokerLoadErrorCode" units="code">
+ <owner>xhwang@chromium.org</owner>
+ <summary>The error code of a PPAPI broker load failure.</summary>
+</histogram>
+
<histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult">
<owner>xhwang@chromium.org</owner>
<summary>The result from an attempt to load a PPAPI broker.</summary>
</histogram>
+<histogram name="Plugin.PpapiPluginLoadErrorCode" units="code">
+ <owner>xhwang@chromium.org</owner>
+ <summary>The error code of a PPAPI plugin load failure.</summary>
+</histogram>
+
<histogram name="Plugin.PpapiPluginLoadResult" enum="PluginLoadResult">
<owner>xhwang@chromium.org</owner>
<summary>The result from an attempt to load a PPAPI plugin.</summary>
@@ -41864,7 +41874,9 @@ other types of suffix sets.
<group name="PepperFlashPlayer.plugin" label="Flash player on Mac"/>
<group name="widevinecdmadapter.dll" label="Widevine CDM on Windows"/>
<group name="widevinecdmadapter.plugin" label="Widevine CDM on Mac"/>
+ <affected-histogram name="Plugin.PpapiBrokerLoadErrorCode"/>
<affected-histogram name="Plugin.PpapiBrokerLoadResult"/>
+ <affected-histogram name="Plugin.PpapiPluginLoadErrorCode"/>
<affected-histogram name="Plugin.PpapiPluginLoadResult"/>
</fieldtrial>
« no previous file with comments | « third_party/libjingle/overrides/init_webrtc.cc ('k') | ui/gl/gl_implementation_osmesa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698