Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1414123002: [BlobAsync] Renderer support for blob file writing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-hookup
Patch Set: comments, build fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2f8df067687647edf40dbeec32e4f83d2dddac51..63cd49a63a3ca21ae0f0817af826aed3ee875e41 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51683,6 +51683,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 when seeking a file to write a part of a blob failed in the
+ renderer.
+ </summary>
+</histogram>
+
+<histogram name="Storage.Blob.RendererFileWriteFailed" enum="Boolean">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when writing a 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>

Powered by Google App Engine
This is Rietveld 408576698