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

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: Fix Android. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 768c4a104f84115b7f6f0846743dd069d07127b7..c5a62d4d81b799571a50cf04c0592e93a3fbeb15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17710,11 +17710,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>
@@ -41596,7 +41606,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>

Powered by Google App Engine
This is Rietveld 408576698