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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1888453005: [Blob] Better error reporting and histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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/browser/blob_storage/blob_dispatcher_host.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 83947c178bd70e3be998269a1784dff94c923f90..abdbeb8902a9b72a85a02ac4366658c4fa1c99f5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51211,7 +51211,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Storage.Blob.Broken" units="BooleanBroken">
+<histogram name="Storage.Blob.Broken" enum="BooleanBroken">
<owner>dmurph@chromium.org</owner>
<summary>
If a newly constructed blob is broken. See Storage.Blob.BrokenReason for a
@@ -51219,7 +51219,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Storage.Blob.BrokenReason" units="BlobBrokenReason">
+<histogram name="Storage.Blob.BrokenReason" enum="BlobBrokenReason">
<owner>dmurph@chromium.org</owner>
<summary>
The reason a blob is broken, reported only for broken blobs upon
@@ -61444,7 +61444,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="114" label="RFH_INVALID_ORIGIN_ON_COMMIT"/>
<int value="115" label="BDH_UUID_REGISTERED"/>
<int value="116" label="BDH_CONSTRUCTION_FAILED"/>
- <int value="117" label="BDH_INVALID_OPERATION"/>
+ <int value="117" label="BDH_INVALID_REFCOUNT_OPERATION"/>
+ <int value="118" label="BDH_INVALID_URL_OPERATION"/>
</enum>
<enum name="BadMessageReasonExtensions" type="int">
« no previous file with comments | « content/browser/blob_storage/blob_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698