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