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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2769933003: Add more UMA to record whether parallel download is completed/interrupted/cancelled (Closed)
Patch Set: rebase 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/browser/download/download_stats.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 671973338f42302c73254a312627de447f2675d4..3f814568baea4e3651723eea87e06f25593077ac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -88136,7 +88136,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="15" label="Supports ranges and strong ETag (Obsolete 11/2013)"/>
<int value="16" label="No WebContents at interruption"/>
<int value="17" label="Supports ranges and strong validation"/>
- <int value="18" label="Uses parallel requests"/>
+ <int value="18" label="Uses parallel requests(Obsolete 3/2017)"/>
<int value="19" label="New downloads"/>
<int value="20" label="New downloads (normal profile only)"/>
<int value="21" label="Completed (normal profile only)"/>
@@ -121285,6 +121285,18 @@ from previous Chrome versions.
<affected-histogram name="Renderer4.BeginToFinishDoc"/>
</histogram_suffixes>
+<histogram_suffixes name="ParallelDownload" separator=".">
+ <suffix name="ParallelDownload"
+ label="Download that supports parallel requests."/>
+ <affected-histogram name="Download.Counts"/>
+ <affected-histogram name="Download.InterruptedAtEndReason"/>
+ <affected-histogram name="Download.InterruptedOverrunBytes"/>
+ <affected-histogram name="Download.InterruptedReason"/>
+ <affected-histogram name="Download.InterruptedReceivedSizeK"/>
+ <affected-histogram name="Download.InterruptedTotalSizeK"/>
+ <affected-histogram name="Download.InterruptedUnderrunBytes"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PasswordCustomPassphrase" separator=".">
<suffix name="WithCustomPassphrase"/>
<suffix name="WithoutCustomPassphrase"/>
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698