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

Unified Diff: third_party/dom_distiller_js/package/proto/dom_distiller.proto

Issue 608583003: Roll dom_distiller_js and add UMA for word count for distilled pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from isherman and rolled dom distiller Created 6 years, 3 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
Index: third_party/dom_distiller_js/package/proto/dom_distiller.proto
diff --git a/third_party/dom_distiller_js/package/proto/dom_distiller.proto b/third_party/dom_distiller_js/package/proto/dom_distiller.proto
index 3bde3bd6c31c55eaac010a437d65a8718f248f03..54a868d20bea5f7a8ca2a1720b06d4c6c97b3dda 100644
--- a/third_party/dom_distiller_js/package/proto/dom_distiller.proto
+++ b/third_party/dom_distiller_js/package/proto/dom_distiller.proto
@@ -60,6 +60,10 @@ message DebugInfo {
optional string log = 1;
}
+message StatisticsInfo {
+ optional int32 word_count = 1;
+}
+
message DomDistillerResult {
optional string title = 1;
optional DistilledContent distilled_content = 2;
@@ -68,6 +72,7 @@ message DomDistillerResult {
optional MarkupInfo markup_info = 5;
optional TimingInfo timing_info = 6;
optional DebugInfo debug_info = 7;
+ optional StatisticsInfo statistics_info = 8;
}
message DomDistillerOptions {

Powered by Google App Engine
This is Rietveld 408576698