| 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 07a61700cff974fb1b38d568f576da0f15fbd8b3..9850fa856843316857433b8cdd3ced9e843be336 100644
|
| --- a/content/browser/cache_storage/cache_storage.proto
|
| +++ b/content/browser/cache_storage/cache_storage.proto
|
| @@ -43,6 +43,7 @@ message CacheResponse {
|
| repeated CacheHeaderMap headers = 4;
|
| optional string url = 5;
|
| optional int64 response_time = 6;
|
| + repeated string cors_exposed_header_names = 7;
|
| }
|
|
|
| message CacheMetadata {
|
|
|