Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2015793002: [Offline Pages] Linking storage manager and model with UMAs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wisp
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6625d3e4ef6aee9665ea51956bd7c5c08330c559..bffb10b310151343ab24a938264e2332ee9c4f79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34677,6 +34677,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.ExpirePages.PageLifetime" units="minutes">
jianli 2016/05/26 20:37:52 You need to add these 2 new histograms to OfflineP
romax 2016/05/27 02:01:38 Done.
+ <owner>romax@chromium.org</owner>
+ <summary>
+ Length of time between when an offline pages was created and was expired.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.ExpirePages.TimeSinceLastAccess" units="minutes">
+ <owner>romax@chromium.org</owner>
+ <summary>
+ Length of time between when an offline pages was last opened and was
+ expired.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.Filter.OnlineWhenEntering" enum="Boolean">
<obsolete>
Deprecated 5/2016. Offline pages no longer depend on bookmarks UI.

Powered by Google App Engine
This is Rietveld 408576698