| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 69940c6f0432a1a77dcfec87fd7dd47e04b2459d..389ee70ddb8d4aece4fa9a435ebcca08f053c622 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -128,6 +128,9 @@ class WebLocalFrame : public WebFrame {
|
| // Returns true if the current frame's load event has not completed.
|
| virtual bool isLoading() const = 0;
|
|
|
| + // Returns true if the current frame is stopping all loaders.
|
| + virtual bool isInStopAllLoaders() const = 0;
|
| +
|
| // Returns true if there is a pending redirect or location change
|
| // within specified interval (in seconds). This could be caused by:
|
| // * an HTTP Refresh header
|
|
|