| Index: public/web/WebRemoteFrameClient.h
|
| diff --git a/public/web/WebRemoteFrameClient.h b/public/web/WebRemoteFrameClient.h
|
| index e11ca39968867b78b89b4e48da19e2ce85dea1bb..3d437cd2e8482ebb24f434c1187e0623a6414c29 100644
|
| --- a/public/web/WebRemoteFrameClient.h
|
| +++ b/public/web/WebRemoteFrameClient.h
|
| @@ -39,6 +39,7 @@ public:
|
| // A remote frame was asked to start a navigation.
|
| virtual void navigate(const WebURLRequest& request, bool shouldReplaceCurrentEntry) { }
|
| virtual void reload(bool ignoreCache, bool isClientRedirect) { }
|
| + virtual void close() { }
|
|
|
| // FIXME: Remove this method once we have input routing in the browser
|
| // process. See http://crbug.com/339659.
|
|
|