| Index: third_party/WebKit/public/web/WebRemoteFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| index 346e935ca308638a50a1aff088193d3bc95534d7..52039dca2a978baf17855050bfecfb5878014d82 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -40,12 +40,14 @@ class WebRemoteFrame : public WebFrame {
|
| blink::InterfaceProvider*,
|
| blink::InterfaceRegistry*,
|
| WebFrame* previous_sibling,
|
| + const WebParsedFeaturePolicy&,
|
| const WebFrameOwnerProperties&,
|
| WebFrame* opener) = 0;
|
|
|
| virtual WebRemoteFrame* CreateRemoteChild(WebTreeScopeType,
|
| const WebString& name,
|
| WebSandboxFlags,
|
| + const WebParsedFeaturePolicy&,
|
| WebRemoteFrameClient*,
|
| WebFrame* opener) = 0;
|
|
|
|
|