| 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 9c1c8094aa4db52cb406d0daa17cb2ebee32a72a..777c92d9de35c547fbfe79347f242a982bebec0f 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -39,6 +39,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;
|
|
|