Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index 51d953ec92a97e6597a916694f3e2b5b3ceb0aa9..da62177aeabab49db8943344be18308a28f0f0c6 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -118,6 +118,7 @@ class CORE_EXPORT LocalFrame final : public Frame, |
bool shouldClose() override; |
SecurityContext* securityContext() const override; |
void printNavigationErrorMessage(const Frame&, const char* reason) override; |
+ void printNavigationWarning(const String&) override; |
bool prepareForCommit() override; |
void didChangeVisibilityState() override; |
void setDocumentHasReceivedUserGesture() override; |