Chromium Code Reviews| Index: Source/core/frame/RemoteFrame.h |
| diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
| index 5d6dcb8b342ae5fdeca57364d68948376ea4976b..38299264fe3e70536499dd6292196d8084adb7cd 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; |