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

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

Issue 197473006: Add FeedbackReporter for reporting distillation quality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated implementation with UI 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
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>

Powered by Google App Engine
This is Rietveld 408576698