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

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

Issue 1967793002: Add some UMA for recent tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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..f3c40847549b970988562aecd7af63ddeef954ce 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">
fgorski 2016/05/11 19:34:39 add: enum="Boolean"
bburns 2016/05/11 19:43:01 Done.
+ <owner>bburns@chromium.org</owner>
+ <summary>Number of recent offline pages that couldn't be saved</summary>
fgorski 2016/05/11 19:34:39 Will this description work for a boolean histogram
bburns 2016/05/11 19:43:01 Updated.
+</histogram>
+
<histogram name="OfflinePages.ClearAllStatus" enum="OfflinePagesClearAllStatus">
<obsolete>
Deprecated 3/2016, and replaced by OfflinePages.ClearAllStatus2.

Powered by Google App Engine
This is Rietveld 408576698