Index: components/dom_distiller/core/proto/distilled_page.proto |
diff --git a/components/dom_distiller/core/proto/distilled_page.proto b/components/dom_distiller/core/proto/distilled_page.proto |
index 21d0ec340f4e7b960abc49d0b48cf6d1ac270000..06cc9a0a423d858ef62fb0cbdd13223cd6307c95 100644 |
--- a/components/dom_distiller/core/proto/distilled_page.proto |
+++ b/components/dom_distiller/core/proto/distilled_page.proto |
@@ -39,4 +39,13 @@ message DistilledPageProto { |
// Debug information about this page. |
optional DebugInfo debug_info = 6; |
+ |
+ message PaginationInfo { |
+ optional string next_page = 1; |
+ optional string prev_page = 2; |
+ optional string canonical_page = 3; |
+ } |
+ |
+ // Pagination info for this page. |
+ optional PaginationInfo pagination_info = 7; |
} |