| Index: Source/core/frame/RemoteFrame.h
|
| diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h
|
| index c49e3f6c8f48745e74b0f7625abb187f7b8b7aa1..f80d5e39577f0388ca431dd2f15baa13be659755 100644
|
| --- a/Source/core/frame/RemoteFrame.h
|
| +++ b/Source/core/frame/RemoteFrame.h
|
| @@ -38,6 +38,7 @@ public:
|
| void printNavigationErrorMessage(const Frame&, const char* reason) override { }
|
| void disconnectOwnerElement() override;
|
| bool prepareForCommit() override;
|
| + bool shouldClose() override;
|
|
|
| // FIXME: Remove this method once we have input routing in the browser
|
| // process. See http://crbug.com/339659.
|
|
|