| 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 f75dd04d45ee58eb8ae5429cff552226b124d8c8..76cc1cceb1df0a577377f4ac6d71707c910b3650 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| @@ -52,6 +52,8 @@ class CORE_EXPORT ResourceClient : public GarbageCollectedMixin {
|
| return BaseResourceType;
|
| }
|
|
|
| + virtual void willReloadAfterDiskCacheMiss(Resource*) {}
|
| +
|
| // Name for debugging, e.g. shown in memory-infra.
|
| virtual String debugName() const = 0;
|
|
|
|
|