| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| index 5f21df77cecdece5778751731868621b2f203f17..9dc5030f25da3af35dd7c02cc825ec325cedfca5 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| @@ -970,8 +970,7 @@ ResourceFetcher::determineRevalidationPolicy(Resource::Type type,
|
| existingResource == cachedResource(request.url()))
|
| return Use;
|
|
|
| - // Defer to the browser process cache for Vary header handling.
|
| - if (existingResource->hasVaryHeader())
|
| + if (existingResource->mustReloadDueToVaryHeader(request))
|
| return Reload;
|
|
|
| // If any of the redirects in the chain to loading the resource were not
|
|
|