Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index d6e3b42e2f18fef62cf8db7b446e9686f1b6fb18..710538287bbf5b6e0fd7e370a30f7654bba0d25c 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -52970,6 +52970,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Storage.Blob.RendererFileSeekFailed" enum="Boolean"> |
| + <owner>dmurph@chromium.org</owner> |
| + <summary> |
| + Recorded whether seeking within a file (in order to write a part of a blob) |
|
Mark P
2016/05/17 04:42:59
optional nit: I think this might sound better with
|
| + failed in the renderer. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Storage.Blob.RendererFileWriteFailed" enum="Boolean"> |
| + <owner>dmurph@chromium.org</owner> |
| + <summary> |
| + Recorded whether writing part of a blob to a file failed in the renderer. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Storage.Blob.ReusedItem" enum="BooleanReused"> |
| <owner>dmurph@chromium.org</owner> |
| <summary> |