| 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 7a7841640270a41d56da11201296ccc46917fdb7..a3380eb86b7e94ad9807615e2d564c5193616589 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2122,6 +2122,11 @@ void WebLocalFrameImpl::mixedContentFound(
|
| wasAllowed, hadRedirect);
|
| }
|
|
|
| +void WebLocalFrameImpl::clientDroppedNavigation() {
|
| + if (frame())
|
| + frame()->loader().clientDroppedNavigation();
|
| +}
|
| +
|
| void WebLocalFrameImpl::sendOrientationChangeEvent() {
|
| if (!frame())
|
| return;
|
|
|