Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 62b2dbc340033254a2e1e638a8f08f43e671b877..6a11ae8fa6846e3348f2f83ba0ab2c3b1cc58e20 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="Started NPAPI Flash at least once"> |
+ Number of browser processes that have started at least one NPAPI Flash |
+ process during their lifetime. |
+ </int> |
+ <int value="1" label="Started PPAPI Flash at least once"> |
+ Number of browser processes that have started at least one PPAPI Flash |
+ process during their lifetime. |
+ </int> |
+ <int value="2" label="Started browser process"> |
+ 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> |