| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| index 59ef02a0c5a95ee8ad84103ab4f64f63b2f506af..2a117f8520b30360aeb4c90277ac5f2943c2f899 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| @@ -153,6 +153,8 @@ class PLATFORM_EXPORT ResourceFetcher
|
| WebURLRequest::RequestContext,
|
| const AtomicString& initiatorName);
|
|
|
| + void addToDocumentResources(Resource*);
|
| +
|
| private:
|
| friend class ResourceCacheValidationSuppressor;
|
|
|
|
|