| Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| index c05c409417a57fca414983fd1b613d8ed0cbe8b4..6bab67ea21e84e7bd9d8571af9862a676f90cdbb 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -56,7 +56,7 @@ CachePolicy FetchContext::getCachePolicy() const
|
| return CachePolicyVerify;
|
| }
|
|
|
| -ResourceRequestCachePolicy FetchContext::resourceRequestCachePolicy(const ResourceRequest&, Resource::Type) const
|
| +ResourceRequestCachePolicy FetchContext::resourceRequestCachePolicy(const ResourceRequest&, Resource::Type, FetchRequest::DeferOption defer) const
|
| {
|
| return UseProtocolCachePolicy;
|
| }
|
|
|