Chromium Code Reviews| 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..07b66024a18eca257909010ee107fa676910add9 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; |
| + |
| + // Last access time of the offline archive. |
|
jianli
2016/05/19 20:39:54
Update comment
fgorski
2016/05/20 17:54:23
Done.
|
| + optional int64 expiration_time = 13; |
| } |