| 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 304b9daed6bbff74d1f1a9548e5515a3d4ace928..910c10429c0ec3154b572c81db8cb4341583da7b 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| @@ -262,7 +262,7 @@ class PLATFORM_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
|
|
|
| bool CanReuseRedirectChain() const;
|
| bool MustRevalidateDueToCacheHeaders() const;
|
| - bool CanUseCacheValidator() const;
|
| + virtual bool CanUseCacheValidator() const;
|
| bool IsCacheValidator() const { return is_revalidating_; }
|
| bool HasCacheControlNoStoreHeader() const;
|
| bool MustReloadDueToVaryHeader(const ResourceRequest& new_request) const;
|
|
|