Index: third_party/WebKit/Source/core/frame/RemoteFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
index 2d439b8e4c9c1b24d9e7f6a2d324d1d048719fb8..615445a144aacceae0531bd7b34cd373f2f90563 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
@@ -41,6 +41,7 @@ class CORE_EXPORT RemoteFrame final : public Frame { |
void detach(FrameDetachType) override; |
RemoteSecurityContext* securityContext() const override; |
void printNavigationErrorMessage(const Frame&, const char* reason) override {} |
+ void printNavigationWarning(const String&) override {} |
bool prepareForCommit() override; |
bool shouldClose() override; |
void setDocumentHasReceivedUserGesture() override; |