| Index: Source/core/frame/RemoteFrameClient.h
|
| diff --git a/Source/core/frame/RemoteFrameClient.h b/Source/core/frame/RemoteFrameClient.h
|
| index bd823b21595886b2e098e24b7c7f241d9422fba8..2122848b5a099e0b5690bc30b5c8d87557286ecf 100644
|
| --- a/Source/core/frame/RemoteFrameClient.h
|
| +++ b/Source/core/frame/RemoteFrameClient.h
|
| @@ -19,6 +19,7 @@ public:
|
|
|
| virtual void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) = 0;
|
| virtual void reload(ReloadPolicy, ClientRedirectPolicy) = 0;
|
| + virtual void close() = 0;
|
|
|
| // FIXME: Remove this method once we have input routing in the browser
|
| // process. See http://crbug.com/339659.
|
|
|