| Index: components/reading_list/ios/proto/reading_list.proto | 
| diff --git a/components/reading_list/ios/proto/reading_list.proto b/components/reading_list/ios/proto/reading_list.proto | 
| index c47f4a6fdff15cdca474c3ed92f38eee624fd019..412545460fab386fc975f08b810120c610e9f3ff 100644 | 
| --- a/components/reading_list/ios/proto/reading_list.proto | 
| +++ b/components/reading_list/ios/proto/reading_list.proto | 
| @@ -42,4 +42,6 @@ message ReadingListLocal { | 
| optional string distilled_url = 13; | 
| optional int64 failed_download_counter = 9; | 
| optional string backoff = 10; | 
| +  optional int64 distillation_time_us = 14; | 
| +  optional int64 distillation_size = 15; | 
| } | 
|  |