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

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

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: fix tests Created 3 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/public/browser/download_interrupt_reason_values.h ('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 ce92b4a4b9b3383ccff650ee1c5c910ff9b38b75..903ec3183f178dabf00c553d89634143469354aa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90081,6 +90081,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="19" label="New downloads"/>
<int value="20" label="New downloads (normal profile only)"/>
<int value="21" label="Completed (normal profile only)"/>
+ <int value="22" label="Completed with content length mismatch"/>
+ <int value="23" label="More bytes received after content length mismatch"/>
+ <int value="24" label="No bytes received after content length mismatch"/>
</enum>
<enum name="DownloadDatabaseRecordDroppedType" type="int">
« no previous file with comments | « content/public/browser/download_interrupt_reason_values.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698