| 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 315bf35eb90c1f9e4a55c7c618ce2f769f0d5f9d..696dae253470922791197b591998f4f71fde10d4 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* previousSibling,
|
| + const WebParsedFeaturePolicy&,
|
| const WebFrameOwnerProperties&,
|
| WebFrame* opener) = 0;
|
|
|
| virtual WebRemoteFrame* createRemoteChild(WebTreeScopeType,
|
| const WebString& name,
|
| WebSandboxFlags,
|
| + const WebParsedFeaturePolicy&,
|
| WebRemoteFrameClient*,
|
| WebFrame* opener) = 0;
|
|
|
|
|