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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 693063002: Add Plugin.FlashUsage to histograms.xml. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flash_usage_uma
Patch Set: Created 6 years, 1 month 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 62b2dbc340033254a2e1e638a8f08f43e671b877..ae09d64da500123430bd005e090dcd1c2644ed5a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24945,6 +24945,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Record usage of PPB_Flash.Navigate() Pepper API.</summary>
</histogram>
+<histogram name="Plugin.FlashUsage" enum="FlashUsage">
+ <owner>yzshen@chromium.org</owner>
+ <owner>thestig@chromium.org</owner>
+ <summary>Collects Flash usage data.</summary>
+</histogram>
+
<histogram name="Plugin.PpapiBrokerLoadErrorCode" units="code">
<owner>xhwang@chromium.org</owner>
<summary>The error code of a PPAPI broker load failure.</summary>
@@ -44786,6 +44792,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="15" label="The total number of navigate requests."/>
</enum>
+<enum name="FlashUsage" type="int">
+ <int value="0" label="StartedNpapiFlashAtLeastOnce">
Ilya Sherman 2014/10/31 02:13:44 nit: I'd format this as "Started NPAPI Flash at le
Lei Zhang 2014/10/31 05:41:40 Done.
+ Number of browser processes that have started at least one NPAPI Flash
+ process during their lifetime.
+ </int>
+ <int value="1" label="StartedPpapiFlashAtLeastOnce">
+ Number of browser processes that have started at least one PPAPI Flash
+ process during their lifetime.
+ </int>
+ <int value="2" label="TotalBrowserProcesses">
Ilya Sherman 2014/10/31 02:13:44 nit: Perhaps "Browser process launched" or "Launch
Lei Zhang 2014/10/31 05:41:40 Done.
+ Total number of browser processes.
+ </int>
+</enum>
+
<enum name="FtpDataConnectionError" type="int">
<int value="0">Data connection successful</int>
<int value="1">Local firewall blocked the connection</int>
« 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