Chromium Code Reviews| Index: Source/core/frame/RemoteFrame.h |
| diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
| index ff1d54c0ac281e33ed64c406c3cc79da9c9444f8..8c5770919ed9d4229647b31d7ad9b717e87afc84 100644 |
| --- a/Source/core/frame/RemoteFrame.h |
| +++ b/Source/core/frame/RemoteFrame.h |
| @@ -47,6 +47,7 @@ public: |
| void setView(PassRefPtrWillBeRawPtr<RemoteFrameView>); |
| void createView(); |
| + void close(); |
| RemoteFrameView* view() const; |