Commit 49c3ba29 authored by feng@chromium.org's avatar feng@chromium.org

[Safe browsing] Add a few new UMA metrics

These UMA metrics are added in
https://codereview.chromium.org/303233002
https://chrome-internal-review.googlesource.com/#/c/164968/

BUG=379256

Review URL: https://codereview.chromium.org/318823003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276098 0039d316-1c4b-4281-b951-d872f2087c98
parent 229be103
...@@ -23196,6 +23196,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -23196,6 +23196,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </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"> <histogram name="SB.BloomFilter" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary> <summary>
...@@ -23997,6 +24005,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -23997,6 +24005,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> <summary>The size of all the chunk URLs in an update response.</summary>
</histogram> </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"> <histogram name="SB2.UpdateUrls">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <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> <summary>The number of chunk URLs in an update response.</summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment