| 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 7b61b9700a3fddc4cdac798b7a195a025e23f8ac..6620499e9e065550e2221d35965eb9e4e791004c 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 };
|
|
|
|
|