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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2696973002: Allow Safe Browsing backend to select downloads to upload. (Closed)
Patch Set: Add unittest for DownloadProtectionService Created 3 years, 10 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 47f4d39d47ace9034bb182298b35e380f1b64186..ba82db1d364a9b4d6a99c3e6edb181010e535d9d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58343,6 +58343,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SBDownloadFeedback.UploadRequestedByServer" units="boolean">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ For download feedback items that are about to be started, which ones were
+ requested for upload by the server but for which the verdict would otherwise
Jialiu Lin 2017/02/15 00:45:27 this summary is a little bit hard to parse...
Nathan Parker 2017/02/15 01:38:04 Done.
+ not have warrented an upload.
+
+ Logged before checking the file size.
+ </summary>
+</histogram>
+
<histogram name="SBDownloadFeedback.UploadResult"
enum="SBDownloadFeedbackUploadResult">
<owner>mattm@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698