Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 8b647fa873307b769a21dc340e6f20e555187554..a900c67b22910d657c6ad9cd2e41eb7d542e34ca 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -12496,6 +12496,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>Time taken to update a single download in the history DB.</summary> |
</histogram> |
+<histogram name="Download.DatabaseDownloadExistsForDownloadJob" units="Boolean"> |
+ <owner>qinmin@chromium.org</owner> |
+ <summary> |
+ Whether a download can be found for a download job in the DB. |
asanka
2017/02/08 03:50:50
Should mention that the histogram is recorded for
qinmin
2017/02/09 01:01:42
Done.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Download.DatabaseRecordDropped" |
enum="DownloadDatabaseRecordDroppedType"> |
<owner>asanka@chromium.org</owner> |