| Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| index ef0b5b7ec982f18436826a0f35e0794e5f4357d5..24e4bd0c9d06bf90fe760a472aeb67d17bba59ff 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| @@ -339,6 +339,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
|
| virtual BlameContext* frameBlameContext() { return nullptr; }
|
|
|
| virtual void setHasReceivedUserGesture() {}
|
| +
|
| + virtual void abortClientNavigation() {}
|
| };
|
|
|
| } // namespace blink
|
|
|