Index: third_party/WebKit/Source/core/fetch/ResourceClient.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceClient.h b/third_party/WebKit/Source/core/fetch/ResourceClient.h |
index d7c071055670e45ef8f38a0db4e54b57274693e2..c6c4fd9ff2d3ac3ca27688a3938d1be6b9bc53d9 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceClient.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceClient.h |
@@ -53,6 +53,8 @@ class CORE_EXPORT ResourceClient : public GarbageCollectedMixin { |
return BaseResourceType; |
} |
+ virtual bool isRefetchableFromDiskCache() const { return true; } |
+ |
// Name for debugging, e.g. shown in memory-infra. |
virtual String debugName() const = 0; |