Chromium Code Reviews| 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> |