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

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 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 57da90f5dfd22a4ed9af769d7dd0d127eba2bbc3..3faab22ad5178290c30f017097c4636ab0f5d8de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52447,6 +52447,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
Mark P 2016/05/16 23:25:56 I think you're missing a word in this sentence. I
dmurph 2016/05/17 00:14:44 Yeah, that sounds a lot better. Thanks!
+ 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.
Mark P 2016/05/16 23:25:56 This description should clearly state what true an
dmurph 2016/05/17 00:14:44 Yeah. Done.
+ </summary>
+</histogram>
+
<histogram name="Storage.Blob.ReusedItem" enum="BooleanReused">
<owner>dmurph@chromium.org</owner>
<summary>
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698