| 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 5f05087fed4e89ef5aea3ad1d75289f9bca3d9c7..6d791e6f3d66837286215c0a22704f8a7d040de8 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
|
| @@ -91,6 +91,7 @@ public:
|
| void clearContext() { m_context.clear(); }
|
|
|
| int requestCount() const;
|
| + bool hasPendingRequest() const;
|
|
|
| enum ClearPreloadsPolicy { ClearAllPreloads, ClearSpeculativeMarkupPreloads };
|
|
|
|
|