| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ccf3c6ca1b2de1dd6d963123defe6ea2410e2622..c09638badecf67d4935f211602ef7807379cd89f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -31775,6 +31775,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Size of the saved copy of an offline page.</summary>
|
| </histogram>
|
|
|
| +<histogram name="OfflinePages.RedirectToOfflineCount" units="count">
|
| + <owner>jianli@chromium.org</owner>
|
| + <summary>
|
| + Number of times an offline copy was loaded instead when the user is trying
|
| + to load the online version of a saved page and there is no network
|
| + connection.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="OfflinePages.RedirectToOnlineCount" units="count">
|
| + <owner>jianli@chromium.org</owner>
|
| + <summary>
|
| + Number of times an online version was loaded instead when the user is trying
|
| + to load the offline copy of a saved page and there is network connection.
|
| + connection.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="OfflinePages.SavedPageCount" units="pages">
|
| <owner>jianli@chromium.org</owner>
|
| <summary>
|
|
|