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

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

Issue 2878543003: Hook up Reader Mode InfoBar (Closed)
Patch Set: fix tests Created 3 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManagerTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d49de6ca46708540be8ead92b5e64157f34035de..ff419f2893747de3e33ec57198338595267b1e2d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13841,6 +13841,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DomDistiller.BarCloseButtonUsage" enum="BooleanPanelWasOpen">
+ <obsolete>
+ UI rewrite to be an InfoBar makes this metric irrelevant as of 05/2017.
+ </obsolete>
<owner>mdjones@chromium.org</owner>
<summary>
Records if the close button was used before or after opening and viewing
@@ -13878,6 +13881,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.InfoBarUsage" enum="BooleanUsage">
+ <owner>mdjones@chromium.org</owner>
+ <summary>Records if the infobar was used or closed.</summary>
+</histogram>
+
<histogram name="DomDistiller.LongArticleScoreNMF.Negative" units="score">
<owner>wychen@chromium.org</owner>
<summary>
@@ -14018,6 +14026,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DomDistiller.Time.SwipeToPaint" units="ms">
+ <obsolete>
+ UI rewrite to be an InfoBar makes this metric irrelevant as of 05/2017.
+ </obsolete>
<owner>wychen@chromium.org</owner>
<summary>
Records the time from a swipe-up gesture on ReaderModePanel to the first
@@ -14032,7 +14043,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.Time.ViewingReaderModePage" units="ms">
+ <owner>mdjones@chromium.org</owner>
+ <summary>
+ Records the amount of time a user spent on a Reader Mode Page.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.Time.ViewingReaderModePanel" units="ms">
+ <obsolete>
+ UI rewrite to be an InfoBar makes this metric irrelevant as of 05/2017.
+ </obsolete>
<owner>mdjones@chromium.org</owner>
<summary>
Records the amount of time between the Reader Mode panel opening and it
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManagerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698