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

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

Issue 1965943002: Record detailed breakdown of Reader Mode triggering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add passed bucket 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
« no previous file with comments | « components/dom_distiller/content/renderer/distillability_agent.cc ('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 9087c187d2f21e8c7d6daa12ec102e82489f20dc..11ec65fd3e9512f43decffd3de8711e95d206e70 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9612,6 +9612,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.DistillabilityRejection" enum="DistillRejection">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ The reason to reject distillability at PageDistillableAfterParsing time.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.DistillationQuality" enum="BooleanSuccess">
<owner>nyquist@chromium.org</owner>
<summary>
@@ -66775,6 +66782,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="Mobile-friendly, distillable"/>
</enum>
+<enum name="DistillRejection" type="int">
+ <int value="0" label="Not an article"/>
+ <int value="1" label="Mobile-friendly"/>
+ <int value="2" label="Domain is blacklisted"/>
+ <int value="3" label="Predicted to be short"/>
+ <int value="4" label="Passed"/>
jwd 2016/05/11 15:27:20 This label seems a bit unclear. Maybe, "Not reject
wychen 2016/05/11 20:04:40 Indeed. Done.
+</enum>
+
<enum name="DllHash" type="int">
<!-- Generated by chrome_elf/dll_hash/dll_hash_main.cc -->
« no previous file with comments | « components/dom_distiller/content/renderer/distillability_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698