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

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

Issue 2062013002: Fetch incremental updates. Store new state in V4Store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git fetch && git pull 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 5e0ad4ea615425c4fac55403586d13378614c966..3b5a3f27d0e251bb965b38b741fc1e3c81c70850 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46422,6 +46422,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.V4UpdateResponseSizeKB" units="KB">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ The size of the response sent by the SafeBrowsing PVer4 service, in KB.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4UpdateResult"
enum="SafeBrowsingV4OperationResult">
<owner>vakh@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698