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

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: 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 c2fd7d37eab4039981be042eb11627f6fe788b5f..135a4485decb80cffc3e7b21cb762cd57da58a3d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23171,6 +23171,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SafeBrowsing.Enabled" enum="BooleanEnabled">
+ <owner>feng@chromium.org</owner>
+ <summary>
+ Whether the user turns on/off safe browsing in Settings page on Android.
Ilya Sherman 2014/06/05 23:56:05 Please document when this is logged -- is it at th
Feng Qian 2014/06/09 17:20:18 Done, thanks for the comment! On 2014/06/05 23:56
+ </summary>
+</histogram>
+
<histogram name="SB.BloomFilter" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -23972,6 +23979,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