| 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 df3918581fa9f02dc47093fe10ca488dca44c990..3520351bdaa3680897ee0cec0cf34f927e00035b 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;
|
| }
|
|
|