Index: public/web/WebRemoteFrame.h |
diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h |
index c81164e326ce7b282907e10562ecb31bbe2f9b2f..03ba5399f9786b2c8becfd1e1821284a49dbd293 100644 |
--- a/public/web/WebRemoteFrame.h |
+++ b/public/web/WebRemoteFrame.h |
@@ -17,8 +17,6 @@ class WebRemoteFrame : public WebFrame { |
public: |
BLINK_EXPORT static WebRemoteFrame* create(WebRemoteFrameClient*); |
- // FIXME(alexmos): This will go away once the Chromium side is updated to pass sandbox flags. |
- virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0; |
virtual WebLocalFrame* createLocalChild(const WebString& name, WebSandboxFlags, WebFrameClient*) = 0; |
virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) = 0; |