| 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 1021d87320ce162cca34ed90d73963fc9cbe2514..703c022cac2b659be0bc9be9f6fec2a405f3379f 100644
|
| --- a/content/browser/cache_storage/cache_storage.proto
|
| +++ b/content/browser/cache_storage/cache_storage.proto
|
| @@ -41,9 +41,10 @@ message CacheResponse {
|
| required string status_text = 2;
|
| required ResponseType response_type = 3;
|
| repeated CacheHeaderMap headers = 4;
|
| - optional string url = 5;
|
| + optional string url = 5 [deprecated = true];
|
| optional int64 response_time = 6;
|
| repeated string cors_exposed_header_names = 7;
|
| + repeated string url_list = 8;
|
| }
|
|
|
| message CacheMetadata {
|
|
|