| 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 560bcf13f46ea0cfbb21481849973b8aea9307e3..e7ef4b482b97535b26a0bd85c697806a18edae3d 100644
|
| --- a/content/browser/cache_storage/cache_storage.proto
|
| +++ b/content/browser/cache_storage/cache_storage.proto
|
| @@ -31,6 +31,7 @@ message CacheResponse {
|
| DEFAULT_TYPE = 2;
|
| ERROR_TYPE = 3;
|
| OPAQUE_TYPE = 4;
|
| + OPAQUE_REDIRECT_TYPE = 5;
|
| }
|
|
|
| required int32 status_code = 1;
|
|
|