| 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 6b796ab2a3f83ed4aa90b1bbf713cd912f6cd5d5..05f592a3f3dd66d8e8ed474159805c67f952a559 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -120,6 +120,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;
|
|
|