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

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

Issue 2758453003: Recording download mime types for normal profile (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7100028141394f7ddbc3c909e6b12ad5d6666bc1..81ebf6c649b98443c9b073041e0e398f191941be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13066,6 +13066,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Content types that are downloaded.</summary>
</histogram>
+<histogram name="Download.ContentType.NonOffTheRecord"
+ enum="DownloadContentType">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>
+ Content types that are downloaded for non-OffTheRecord session.
+ </summary>
+</histogram>
+
<histogram name="Download.Counts" enum="DownloadCountType">
<owner>asanka@chromium.org</owner>
<summary>
@@ -13074,6 +13082,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Download.Counts.NonOffTheRecord" enum="DownloadCountType">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>
+ Various individual counts in the download system while on non-OffTheRecord
+ session; see DownloadCountType for details.
+ </summary>
+</histogram>
+
<histogram name="Download.CountsChrome" enum="ChromeDownloadCountType">
<owner>asanka@chromium.org</owner>
<summary>
« content/browser/download/download_item_impl.cc ('K') | « content/browser/download/download_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698