| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7993098570bcf71686b71e0b3117a33e1eaa8af8..e18a3e2c29a786b468301bda67832fb78145014e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -39629,6 +39629,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Status code of wiping out the offline page data.</summary>
|
| </histogram>
|
|
|
| +<histogram name="OfflinePages.ClearStorageBatchSize">
|
| + <owner>romax@chromium.org</owner>
|
| + <summary>
|
| + Number of pages deleted in a batch during one clear-storage request.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="OfflinePages.ClearStorageResult"
|
| enum="OfflinePagesClearStorageResult">
|
| <owner>romax@chromium.org</owner>
|
| @@ -39643,8 +39650,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="OfflinePages.Consistency.DeletePagesMissingArchiveFileResult"
|
| + enum="BooleanSuccess">
|
| + <owner>romax@chromium.org</owner>
|
| + <summary>
|
| + Whether an attempt to delete pages without archives was successful.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="OfflinePages.Consistency.ExpirePagesMissingArchiveFileResult"
|
| enum="BooleanSuccess">
|
| + <obsolete>
|
| + Deprecated 11/2016, replaced by
|
| + OfflinePages.Consistency.DeletePagesMissingArchiveFileResult.
|
| + </obsolete>
|
| <owner>romax@chromium.org</owner>
|
| <summary>
|
| Whether an attempt to expire pages without archives was successful.
|
| @@ -39779,11 +39798,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="OfflinePages.ExpirePage.BatchSize">
|
| + <obsolete>
|
| + Deprecated 11/2016. Offline pages no longer use two-step expiration.
|
| + </obsolete>
|
| <owner>romax@chromium.org</owner>
|
| <summary>Number of pages that are expired in a batch.</summary>
|
| </histogram>
|
|
|
| <histogram name="OfflinePages.ExpirePage.PageLifetime" units="minutes">
|
| + <obsolete>
|
| + Deprecated 11/2016. Offline pages no longer use two-step expiration.
|
| + </obsolete>
|
| <owner>romax@chromium.org</owner>
|
| <summary>
|
| Length of time between when an offline page was created and was expired.
|
| @@ -39792,11 +39817,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="OfflinePages.ExpirePage.StoreUpdateResult"
|
| enum="BooleanSuccess">
|
| + <obsolete>
|
| + Deprecated 11/2016. Offline pages no longer use two-step expiration.
|
| + </obsolete>
|
| <owner>romax@chromium.org</owner>
|
| <summary>Result of updating expired page in store.</summary>
|
| </histogram>
|
|
|
| <histogram name="OfflinePages.ExpirePage.TimeSinceLastAccess" units="minutes">
|
| + <obsolete>
|
| + Deprecated 11/2016. Offline pages no longer use two-step expiration.
|
| + </obsolete>
|
| <owner>romax@chromium.org</owner>
|
| <summary>
|
| Length of time between when an offline page was last opened and was expired.
|
|
|