| 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 e296884f8d13f38958482cd54c42674e88ecb096..d0802f9a6804ac280687a5954f0c5c1ba388435b 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -275,6 +275,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| bool wasAllowed,
|
| bool hadRedirect,
|
| const WebSourceLocation&) override;
|
| + void clientDroppedNavigation() override;
|
| void sendOrientationChangeEvent() override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
|
|