| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 3fa8a3f555a870bc50c7390dd53538b0398635b4..58a2f69852d7b20a5b5e8d7a8690c14ec7cee9b1 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2167,6 +2167,11 @@ void WebLocalFrameImpl::mixedContentFound(
|
| wasAllowed, hadRedirect);
|
| }
|
|
|
| +void WebLocalFrameImpl::clientDroppedNavigation() {
|
| + if (frame())
|
| + frame()->loader().clientDroppedNavigation();
|
| +}
|
| +
|
| void WebLocalFrameImpl::sendOrientationChangeEvent() {
|
| if (!frame())
|
| return;
|
|
|