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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 197473006: Add FeedbackReporter for reporting distillation quality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed disableUI again and comment Created 6 years, 9 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/core/feedback_reporter.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 055f7e7711e91fc629341a00effa2b741d257e1c..41e9f8c58ba71cc9566b71a0bc29d89bb81adb6f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3163,6 +3163,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="DomDistiller.DistillationQuality" enum="BooleanSuccess">
+ <summary>
+ Whether the perceived quality of the distillation of a web page was good.
+ </summary>
+</histogram>
+
<histogram name="Download.AcceptRangesBytes.KBytes" units="KB">
<summary>The length of downloads for serves that accept byte ranges.</summary>
</histogram>
« no previous file with comments | « components/dom_distiller/core/feedback_reporter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698