| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| index dda06dbcdbbcc9c786af814766cf5c3ab07dfc22..3d6961a6fe3cf37486c7367c30eefe729745b0a9 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -129,11 +129,6 @@ NavigationPolicy EmptyFrameLoaderClient::decidePolicyForNavigation(const Resourc
|
| return NavigationPolicyIgnore;
|
| }
|
|
|
| -bool EmptyFrameLoaderClient::hasPendingNavigation()
|
| -{
|
| - return false;
|
| -}
|
| -
|
| void EmptyFrameLoaderClient::dispatchWillSendSubmitEvent(HTMLFormElement*)
|
| {
|
| }
|
|
|