| 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>
|
|
|