| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8df054dcc160627051a9f42590ff2c9875869650..3742650ec436fd0ebb4d265d4f90f63d042ec57d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -65485,6 +65485,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Storage.Blob.RegisterBlobTime" units="ms">
|
| + <owner>darin@chromium.org</owner>
|
| + <summary>
|
| + The amount of time taken to complete the synchronous
|
| + BlobStorageMsg_RegisterBlob IPC.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Storage.Blob.RegisterPublicURLTime" units="ms">
|
| + <owner>darin@chromium.org</owner>
|
| + <summary>
|
| + The amount of time taken to complete the synchronous
|
| + BlobStorageMsg_RegisterPublicURL IPC.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Storage.Blob.RendererFileSeekFailed" enum="Boolean">
|
| <owner>dmurph@chromium.org</owner>
|
| <summary>
|
|
|