| Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
|
| index 56c8488558fcaeb77a8b16b4c9558e6d441a1a61..893c17f2e673efdb69402240de8db3bff5547c71 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
|
| @@ -150,6 +150,9 @@ public:
|
|
|
| void updateAllImageResourcePriorities();
|
|
|
| + // This is only exposed for testing purposes.
|
| + WillBeHeapListHashSet<RawPtrWillBeMember<Resource>>* preloads() { return m_preloads.get(); }
|
| +
|
| private:
|
| friend class ResourceCacheValidationSuppressor;
|
|
|
|
|