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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 318823003: [Safe browsing] Add a few new UMA metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: take reviewer's comments Created 6 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
« no previous file with comments | « no previous file | 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 2cb8740a3307b6a262801375dcc437ec0de9b5b0..80b711d0ef6f7c90d2c091eb125000d75d2477fc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23203,6 +23203,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SafeBrowsing.EnabledSettingChanged" enum="BooleanEnabled">
+ <owner>feng@chromium.org</owner>
+ <summary>
+ Records the user action that enables/disables safe browsing feature in the
+ Settings page on Android.
+ </summary>
+</histogram>
+
<histogram name="SB.BloomFilter" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -24004,6 +24012,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The size of all the chunk URLs in an update response.</summary>
</histogram>
+<histogram name="SB2.UpdateSizeBackground" units="bytes">
+ <owner>feng@chromium.org</owner>
+ <summary>
+ The size of all the chunk URLs in an update response when Chrome is in the
+ foreground.
+ </summary>
+</histogram>
+
+<histogram name="SB2.UpdateSizeForeground" units="bytes">
+ <owner>feng@chromium.org</owner>
+ <summary>
+ The size of all the chunk URLs in an update response when Chrome is in the
+ background.
+ </summary>
+</histogram>
+
<histogram name="SB2.UpdateUrls">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The number of chunk URLs in an update response.</summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698