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

Unified Diff: proto/dom_distiller.proto

Issue 286453002: Add extract_text_only option (Closed) Base URL: https://code.google.com/p/dom-distiller/@master
Patch Set: Rebase Created 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/com/dom_distiller/client/ContentExtractor.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: proto/dom_distiller.proto
diff --git a/proto/dom_distiller.proto b/proto/dom_distiller.proto
index 635fda64ad6b5804dee3a4b58ab93563724181a6..bb5f353fcd7444c363bb7ba535fae285370fc0d4 100644
--- a/proto/dom_distiller.proto
+++ b/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;
}
« no previous file with comments | « no previous file | src/com/dom_distiller/client/ContentExtractor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698