| Index: content/browser/cache_storage/cache_storage.proto
|
| diff --git a/content/browser/cache_storage/cache_storage.proto b/content/browser/cache_storage/cache_storage.proto
|
| index 06f1973fff79828404adce8240cf183a423d79a6..1b9d6ee6a9d9351f36a7199795817661febd0957 100644
|
| --- a/content/browser/cache_storage/cache_storage.proto
|
| +++ b/content/browser/cache_storage/cache_storage.proto
|
| @@ -13,6 +13,9 @@ message CacheStorageIndex {
|
| required string name = 1;
|
| optional string cache_dir = 2;
|
| optional int64 size = 3;
|
| + optional string padding_key = 4;
|
| + optional int64 padding = 5;
|
| + optional int32 padding_version = 6;
|
| }
|
| repeated Cache cache = 1;
|
| optional string origin = 2;
|
|
|