| Index: third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.h b/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| index 979302234bfebd8807e4c5acceb5d294c5f969c0..f97b9ff6fb6598496a663af2d92f2be9f72ee06d 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| @@ -42,12 +42,14 @@
|
|
|
| namespace blink {
|
|
|
| +// Should be same with WebURLRequest::CachePolicy.
|
| +// TODO(crbug.com/599364): Merge this with WebURLRequest::CachePolicy
|
| enum ResourceRequestCachePolicy {
|
| UseProtocolCachePolicy, // normal load
|
| - ReloadIgnoringCacheData, // reload
|
| + ValidatingCacheData, // reload
|
| + BypassingCache, // end-to-end reload
|
| ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data
|
| ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
|
| - ReloadBypassingCache, // end-to-end reload
|
| };
|
|
|
| enum ResourceRequestBlockedReason {
|
|
|