| 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 34a5025f85730f4843313b3b4e958fcaf710a0b1..c47f4a6fdff15cdca474c3ed92f38eee624fd019 100644
|
| --- a/components/reading_list/ios/proto/reading_list.proto
|
| +++ b/components/reading_list/ios/proto/reading_list.proto
|
| @@ -39,6 +39,7 @@ message ReadingListLocal {
|
| }
|
| optional DistillationState distillation_state = 7;
|
| optional string distilled_path = 8;
|
| + optional string distilled_url = 13;
|
| optional int64 failed_download_counter = 9;
|
| optional string backoff = 10;
|
| }
|
|
|