| Index: components/offline_pages/proto/offline_pages.proto
|
| diff --git a/components/offline_pages/proto/offline_pages.proto b/components/offline_pages/proto/offline_pages.proto
|
| index b764edc9c907565c5654fe88e379741b45366381..fe32b5eafcb8954c5dec502a9988a7b9d794de77 100644
|
| --- a/components/offline_pages/proto/offline_pages.proto
|
| +++ b/components/offline_pages/proto/offline_pages.proto
|
| @@ -62,4 +62,7 @@ message OfflinePageEntry {
|
| // Identifier that has meaning for clients of the offline page API.
|
| // This is provided by consumers of the offline pages API and is opaque to us.
|
| optional string client_id = 12;
|
| +
|
| + // Expiration time of the offline archive.
|
| + optional int64 expiration_time = 13;
|
| }
|
|
|