| 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 5fdba4a48c4749d1d7aff1a5e7988fa5eb9b4021..4ab67bfda7dcca1a973f56d6afa236c27480ff36 100644
|
| --- a/third_party/dom_distiller_js/package/proto/dom_distiller.proto
|
| +++ b/third_party/dom_distiller_js/package/proto/dom_distiller.proto
|
| @@ -102,7 +102,7 @@ message DomDistillerOptions {
|
| // (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;
|
| + // The original URL of the page, which is used in the heuristics in
|
| + // detecting next/prev page links.
|
| + optional string original_url = 3;
|
| }
|
|
|