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

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: Fix up comments 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
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('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 a48b639be0332459b01b6c1aa2dfa29ed3bab85a..9997f762751084f8a4869d9b29ae08160552a86d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58444,6 +58444,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SBDownloadFeedback.UploadRequestedByServer" units="boolean">
Ilya Sherman 2017/02/18 00:31:55 Please use an enum, with labels specific to this h
Nathan Parker 2017/02/18 00:59:59 Done.
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ Records how many non-SAFE files were picked for upload by the server.
Ilya Sherman 2017/02/18 00:31:55 I'd write this as: "For each non-SAFE file, record
Nathan Parker 2017/02/18 00:59:59 Done.
+
+ Logged before checking the file size, so it may be dropped there.
+ </summary>
+</histogram>
+
<histogram name="SBDownloadFeedback.UploadResult"
enum="SBDownloadFeedbackUploadResult">
<owner>mattm@chromium.org</owner>
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698