| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e14b164bc0ef8eb6b6cb6a6d4da6f358070cb7bd..b6c33ae08ad5bdee68c6bd7717f87d7027999dde 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -55201,6 +55201,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SafeBrowsing.NavigationObserver.IPAddressCleanUpCount">
|
| + <owner>jialiul@chromium.org</owner>
|
| + <summary>
|
| + Count of how many ResolvedIPAddresses get removed in each periodic clean up.
|
| + This is a rough estimation of the number of IPs associated with main frame
|
| + and sub-frame navigations every two minutes.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SafeBrowsing.NavigationObserver.NavigationEventCleanUpCount">
|
| + <owner>jialiul@chromium.org</owner>
|
| + <summary>
|
| + Count of how many NavigationEvents get removed in each periodic clean up.
|
| + This is a rough estimation of the number of navigations every two minutes.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SafeBrowsing.NotificationImageReporter.NetError"
|
| enum="NetErrorCodes">
|
| <owner>nparker@chromium.org</owner>
|
|
|