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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2637153002: Submit a sample of notification images to Safe Browsing (Closed)
Patch Set: Changed the Finch to be a params based trial. Also addressed nits. Created 3 years, 11 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 5ff826f91882fdafd855d07aba96a376fed17b42..d659a9fb794b5104a2d51c456b401a9558298c47 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54420,6 +54420,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.NotificationImageReporter.NetError"
+ enum="NetErrorCodes">
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ The net error code for reports sent by NotificationImageReporter.
Nathan Parker 2017/01/20 21:18:49 add: Logged for failed reports.
harkness 2017/01/23 11:30:10 This is actually logged for both successful and fa
johnme 2017/01/23 11:34:34 Nit: Perhaps add "or net:OK if successful" to clar
harkness 2017/01/23 11:45:56 Done.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.ParseV4HashResult"
enum="SafeBrowsingParseV4HashResult">
<obsolete>
« chrome/browser/safe_browsing/notification_image_reporter_unittest.cc ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698