| Index: third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.h b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| index ac68d271c4545212bbd545a368be36c285a200cf..3ec5d117b54dee4c16658de2ca972a3eef102794 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| @@ -264,7 +264,7 @@ class PLATFORM_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
|
| bool canUseCacheValidator() const;
|
| bool isCacheValidator() const { return m_isRevalidating; }
|
| bool hasCacheControlNoStoreHeader() const;
|
| - bool hasVaryHeader() const;
|
| + bool mustReloadDueToVaryHeader(const ResourceRequest& newRequest) const;
|
|
|
| bool isEligibleForIntegrityCheck(SecurityOrigin*) const;
|
|
|
|
|