| 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 07025a159c00f7b3f8112d86d2e7fc8ccee0ecc8..16d8b8f350a483f8b7dcb2f00631156aec8d6854 100644
|
| --- a/components/offline_pages/proto/offline_pages.proto
|
| +++ b/components/offline_pages/proto/offline_pages.proto
|
| @@ -33,4 +33,7 @@ message OfflinePageEntry {
|
|
|
| // Last access time of the offline archive.
|
| optional int64 last_access_time = 7;
|
| +
|
| + // Number of times that the offline archive has been accessed.
|
| + optional int32 access_count = 8;
|
| }
|
|
|