| 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;
|
| }
|
|
|