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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2758453003: Recording download mime types for normal profile (Closed)
Patch Set: Renamed histogam and added new metrics for new download Created 3 years, 9 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 71c65a7709a050c05e316c45e6510a9e3726ee60..28cef7ad4d02582e0ea09177b0223a2efa10d19d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13217,6 +13217,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Download.ContentType" enum="DownloadContentType">
+ <obsolete>
+ Deprecated 03/2017.
asanka 2017/03/23 23:54:10 Add a note here pointing at Download.Start.Content
+ </obsolete>
<owner>asanka@chromium.org</owner>
<summary>Content types that are downloaded.</summary>
</histogram>
@@ -13762,6 +13765,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Download.Start.ContentType" enum="DownloadContentType">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>Content types of the downloads that are started.</summary>
asanka 2017/03/23 23:54:10 I'd leave out the "that are started" part. In isol
+</histogram>
+
+<histogram name="Download.Start.ContentType.NormalProfile"
+ enum="DownloadContentType">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>
+ Content types of the downloads that are started in non-incognito profile.
+ </summary>
+</histogram>
+
<histogram name="Download.TargetConnectionSecurity"
enum="DownloadConnectionSecurity">
<owner>jialiul@chromium.org</owner>
@@ -87880,6 +87896,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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="19" label="New downloads"/>
+ <int value="20" label="New downloads (normal profile only)"/>
+ <int value="21" label="Completed (normal profile only)"/>
</enum>
<enum name="DownloadDatabaseRecordDroppedType" type="int">
« 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