| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index 241520bfe5d781211cc2ee752cccb0a1278a3f44..d72f15d5a6f11291efddaec3c46d9011e84c7f1f 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -104,7 +104,6 @@ public:
|
|
|
| void dispatchDidChangeThemeColor() override;
|
| NavigationPolicy decidePolicyForNavigation(const ResourceRequest&, DocumentLoader*, NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect) override;
|
| - bool hasPendingNavigation() override;
|
| void dispatchWillSendSubmitEvent(HTMLFormElement*) override;
|
| void dispatchWillSubmitForm(HTMLFormElement*) override;
|
| void didStartLoading(LoadStartType) override;
|
|
|