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

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

Issue 688443006: roll dom distiller js and proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 c89867e0ff4ea24537d023914c1cf59f3f71e012..0f363fb5555012f5aed7c8d183e9ff6fe075345b 100644
--- a/third_party/dom_distiller_js/package/proto/dom_distiller.proto
+++ b/third_party/dom_distiller_js/package/proto/dom_distiller.proto
@@ -86,4 +86,8 @@ message DomDistillerOptions {
// (2): (1) and some node visibility information
// (3): (2) and extracted paging information
optional int32 debug_level = 2;
+
+ // The original domain of the page if it's a file://, used for detecting next/prev page links
+ // which expects the same domain for both current page and paging links.
+ optional string original_domain = 3;
}

Powered by Google App Engine
This is Rietveld 408576698