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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2010333004: Make file type MPKG generate a download ping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also fix a SBClientDownload histogram type Created 4 years, 6 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 | « chrome/common/safe_browsing/download_protection_util.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 d59435b60be62343cc4f1e68e004544bc3ae7800..0f41589dd1b2890de2c4ea895eaccf400ce058f2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46844,7 +46844,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="SBClientDownload.DownloadRequestResponseCode">
+<histogram name="SBClientDownload.DownloadRequestResponseCode"
+ enum="HttpResponseCode">
<owner>mattm@chromium.org</owner>
<summary>
For CheckClientDownloadRequest URLFetchers with successful status, the HTTP
@@ -47000,7 +47001,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="SBClientMalware.IPBlacklistRequestResponseCode">
+<histogram name="SBClientMalware.IPBlacklistRequestResponseCode"
+ enum="HttpResponseCode">
<owner>noelutz@chromium.org</owner>
<summary>
For ClientMalwareRequest URLFetchers with successful status, the HTTP
@@ -86000,6 +86002,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="260" label="TOAST"/>
<int value="261" label="RUN"/>
<int value="262" label="AD"/>
+ <int value="263" label="MPKG"/>
</enum>
<enum name="SBClientDownloadIsSignedBinary" type="int">
« no previous file with comments | « chrome/common/safe_browsing/download_protection_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698