| Index: third_party/WebKit/public/platform/WebURLRequest.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
|
| index 7fb5caaa559d0bef83972c9e09b96fbd054dddf3..e559ac779144204aed25eb434ca25acc0919da4f 100644
|
| --- a/third_party/WebKit/public/platform/WebURLRequest.h
|
| +++ b/third_party/WebKit/public/platform/WebURLRequest.h
|
| @@ -121,6 +121,15 @@ class WebURLRequest {
|
| kFetchCredentialsModePassword
|
| };
|
|
|
| + enum FetchRequestCacheMode {
|
| + kFetchRequestCacheModeDefault,
|
| + kFetchRequestCacheModeNoStore,
|
| + kFetchRequestCacheModeReload,
|
| + kFetchRequestCacheModeNoCache,
|
| + kFetchRequestCacheModeForceCache,
|
| + kFetchRequestCacheModeOnlyIfCached
|
| + };
|
| +
|
| enum FetchRedirectMode {
|
| kFetchRedirectModeFollow,
|
| kFetchRedirectModeError,
|
|
|