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

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

Issue 302553009: Roll dom_distiller_js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698