| Index: public/web/WebRemoteFrame.h
|
| diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h
|
| index 59ea16fb3c98d8bc0b44f6c8e7efc4a3777b0752..f5ecbf25713199bb83a58f3f80201e3c1bad7896 100644
|
| --- a/public/web/WebRemoteFrame.h
|
| +++ b/public/web/WebRemoteFrame.h
|
| @@ -18,7 +18,10 @@ public:
|
| BLINK_EXPORT static WebRemoteFrame* create(WebRemoteFrameClient*);
|
|
|
| virtual WebLocalFrame* createLocalChild(const WebString& name, WebSandboxFlags, WebFrameClient*) = 0;
|
| +
|
| + // FIXME(alexmos): remove once Chrome side is updated to use sandbox flags.
|
| virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) = 0;
|
| + virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebSandboxFlags, WebRemoteFrameClient*) = 0;
|
|
|
| // Transfer initial drawing parameters from a local frame.
|
| virtual void initializeFromFrame(WebLocalFrame*) const = 0;
|
|
|