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

Unified Diff: proto/dom_distiller.proto

Issue 661883003: add option for original domain (Closed) Base URL: https://code.google.com/p/dom-distiller/@master
Patch Set: rm empty line 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
« no previous file with comments | « no previous file | src/com/dom_distiller/client/DomDistiller.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: proto/dom_distiller.proto
diff --git a/proto/dom_distiller.proto b/proto/dom_distiller.proto
index 54a868d20bea5f7a8ca2a1720b06d4c6c97b3dda..62673955c82510b72574305d714cb90b6b0a82ec 100644
--- a/proto/dom_distiller.proto
+++ b/proto/dom_distiller.proto
@@ -85,4 +85,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;
}
« no previous file with comments | « no previous file | src/com/dom_distiller/client/DomDistiller.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698