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 635fda64ad6b5804dee3a4b58ab93563724181a6..bb5f353fcd7444c363bb7ba535fae285370fc0d4 100644 |
--- a/third_party/dom_distiller_js/package/proto/dom_distiller.proto |
+++ b/third_party/dom_distiller_js/package/proto/dom_distiller.proto |
@@ -27,4 +27,6 @@ message DomDistillerResult { |
} |
message DomDistillerOptions { |
+ // Whether to extract only the text (or to include the containing html). |
+ optional bool extract_text_only = 1; |
} |