| 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 c33a0d07b1c5d43b6d428aff802653bae45360f7..f24a0f46401f067d95b2d8e030c2c38b23f12125 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| @@ -50,6 +50,8 @@ public:
|
| static bool isExpectedType(ResourceClient*) { return true; }
|
| virtual ResourceClientType getResourceClientType() const { return BaseResourceType; }
|
|
|
| + virtual bool isReloadable() const { return true; }
|
| +
|
| // Name for debugging, e.g. shown in memory-infra.
|
| virtual String debugName() const = 0;
|
|
|
|
|