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 5ece78faa97f03cd2233aace80cddd8e79d5de9b..fb4e972f572b700a5d8556d4115c2d7191b64441 100644 |
--- a/components/dom_distiller/core/proto/distilled_page.proto |
+++ b/components/dom_distiller/core/proto/distilled_page.proto |
@@ -51,4 +51,11 @@ message DistilledPageProto { |
// Pagination info for this page. |
optional PaginationInfo pagination_info = 8; |
+ |
+ message TimingInfo { |
+ optional string name = 1; |
+ optional double time = 2; |
+ } |
+ |
+ repeated TimingInfo timing_info = 9; |
} |