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 1670b3dfdb50716db17c8105a39c0c294449b15a..5ece78faa97f03cd2233aace80cddd8e79d5de9b 100644 |
--- a/components/dom_distiller/core/proto/distilled_page.proto |
+++ b/components/dom_distiller/core/proto/distilled_page.proto |
@@ -42,4 +42,13 @@ message DistilledPageProto { |
// text directionality |
optional string text_direction = 7; |
+ |
+ 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 = 8; |
} |