| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 3f3fcf4d488573a99a212843a4a0e119b6e77131..c860e932720e2b70465666f247bb4e1c1fe10082 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43179,6 +43179,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.BrowserLaunchURLCount" units="urls">
|
| + <owner>rkaplow@chromium.org</owner>
|
| + <summary>
|
| + Measured when Chrome is invoked, this counts the number of URLs passed via
|
| + command line. Note that this handles the case of a URL passed to Chrome
|
| + starting up, or when a running Chrome is given the message to open a new
|
| + URL.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
|
| <owner>chrisha@chromium.org</owner>
|
| <summary>
|
|
|