| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index a0fc9fb9a26c4d3fd0c56389f24b67688a305dd4..7d5bd77a86bbdf6f10c4a521975547b2c4b0ad91 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -101,6 +101,7 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
|
|
|
| bool isPreloaded(const String& url);
|
| bool isPreloadedBy(const String& url, Document*);
|
| + bool isLoading(const String& url);
|
| bool isLoadingFromMemoryCache(const String& url);
|
| int getResourcePriority(const String& url, Document*);
|
| String getResourceHeader(const String& url, const String& header, Document*);
|
|
|