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

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

Issue 1873073002: Record domains where Reader Mode is prompted or opened (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make sure native lib is loaded Created 4 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManager.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 9c19155a7d31953e9dd4e5b324cf53fd6d02cd39..7a9de1816b63587e6fce26ba52edca8e779d7e59 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -468,6 +468,21 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="DomDistiller.OpenPanel" type="UMA_RAPPOR_TYPE">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ The eTLD+1 of the frame URL where Reader Mode panel is opened by the
+ user.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ The eTLD+1 of the frame URL where Reader Mode is prompted.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Extensions.AffectedByIsolateExtensions"
type="UMA_RAPPOR_TYPE">
<owner>nick@chromium.org</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698