Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index 68980612eaba0756b9feaf5a2a341be122ae8398..f5d237f7cd395e1daecd0a8e35da88a447c889c7 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -271,6 +271,7 @@ class WEB_EXPORT WebLocalFrameImpl final |
WebURLRequest::RequestContext, |
bool wasAllowed, |
bool hadRedirect) override; |
+ void clientDroppedNavigation() override; |
void sendOrientationChangeEvent() override; |
WebSandboxFlags effectiveSandboxFlags() const override; |
void forceSandboxFlags(WebSandboxFlags) override; |