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

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

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5c644c89bdedc7494b375c9e31d5ee583f8da387..9166dd780697c10584f1d4581374f71ec8ac4c89 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89663,6 +89663,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">

Powered by Google App Engine
This is Rietveld 408576698