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

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

Issue 1984853002: Record detailed breakdown of Reader Mode triggering (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2704
Patch Set: 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 594ff7bd088ce5cc6680d3fec790d9c2fc8fc27e..0d5cc759526aab0df29d6459f7bc35e0fe6b42ef 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9349,6 +9349,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>
@@ -65234,6 +65241,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="Not rejected"/>
+</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