| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index bf4de7ef013574e0a3c942ab2981b654c8c8a1b3..a1368f5fbe41e419dc1921d4cf2bae2cdb839dfc 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -228,7 +228,7 @@ public:
|
| const WebHistoryItem&, WebHistoryLoadType, bool isClientRedirect) override;
|
| bool isLoading() const override;
|
| bool isResourceLoadInProgress() const override;
|
| - bool isNavigationScheduled() const override;
|
| + bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
| void sendOrientationChangeEvent() override;
|
| void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
|
|
|