| 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 bb5f353fcd7444c363bb7ba535fae285370fc0d4..c5cfec2ef00376d6d9ae650aa6a59ccc643cfadb 100644
|
| --- a/third_party/dom_distiller_js/package/proto/dom_distiller.proto
|
| +++ b/third_party/dom_distiller_js/package/proto/dom_distiller.proto
|
| @@ -29,4 +29,11 @@ message DomDistillerResult {
|
| message DomDistillerOptions {
|
| // Whether to extract only the text (or to include the containing html).
|
| optional bool extract_text_only = 1;
|
| +
|
| + // How much debug output to dump to window.console.
|
| + // (0): Logs nothing
|
| + // (1): Text Node data for each stage of processing
|
| + // (2): (1) and some node visibility information
|
| + // (3): (2) and extracted paging information
|
| + optional int32 debug_level = 2;
|
| }
|
|
|