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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2029753002: Add an entry in histograms.xml for SafeBrowsing.V4UpdateHttpResponseOrErrorCode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5fac893def29f6f59ebd0da562ae8eff089835e7..e68e4df3d0d5f4fff7bdf4b369dd98166b147ce7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45754,6 +45754,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.V4UpdateNetworkError" enum="NetErrorCodes">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ Track the error codes when getting errors in fetching updates from the
+ SafeBrowsing V4 service.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4UpdateResult"
enum="SafeBrowsingV4OperationResult">
<owner>vakh@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698