| 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 807c1e548c42d44f1ad0a30aecb7810fe1420a65..07a61700cff974fb1b38d568f576da0f15fbd8b3 100644
|
| --- a/content/browser/cache_storage/cache_storage.proto
|
| +++ b/content/browser/cache_storage/cache_storage.proto
|
| @@ -42,6 +42,7 @@
|
| required ResponseType response_type = 3;
|
| repeated CacheHeaderMap headers = 4;
|
| optional string url = 5;
|
| + optional int64 response_time = 6;
|
| }
|
|
|
| message CacheMetadata {
|
|
|