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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1967793002: Add some UMA for recent tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address changes Created 4 years, 7 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 949a9c89359e67c42731f5f2355cf92146f78ea5..09ac6cdea0155c6d5bb8b4bcc79a1a966c2e0928 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34084,6 +34084,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.CanNotSaveRecentPage">
+ <owner>bburns@chromium.org</owner>
+ <summary>Number of recent offline pages that couldn't be saved</summary>
+</histogram>
+
<histogram name="OfflinePages.ClearAllStatus" enum="OfflinePagesClearAllStatus">
<obsolete>
Deprecated 3/2016, and replaced by OfflinePages.ClearAllStatus2.
@@ -34306,6 +34311,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Result of saving an offline copy for a page.</summary>
</histogram>
+<histogram name="OfflinePages.SavePageResult.RecentPage"
+ enum="OfflinePagesSavePageResult">
+ <owner>bburns@chromium.org</owner>
+ <summary>Result of saving an offline copy for a recent page.</summary>
+</histogram>
+
<histogram name="OfflinePages.SavePageTime" units="ms">
<owner>jianli@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698