| 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 ebda68aa738d402ad920e1bc0c4419b893699343..1b84844a79f59ad85b2efe8756dcfc2ec498a6a3 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2164,6 +2164,11 @@ void WebLocalFrameImpl::mixedContentFound(
|
| hadRedirect, std::move(source));
|
| }
|
|
|
| +void WebLocalFrameImpl::clientDroppedNavigation() {
|
| + if (frame())
|
| + frame()->loader().clientDroppedNavigation();
|
| +}
|
| +
|
| void WebLocalFrameImpl::sendOrientationChangeEvent() {
|
| if (!frame())
|
| return;
|
|
|