| 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 b8307b932a8ac3556d321f866329a5d17cecccd4..28f973ff88ca771c5c7f58e40980f931b4f7d2e3 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef WebRemoteFrame_h
|
| #define WebRemoteFrame_h
|
|
|
| +#include "public/platform/WebFeaturePolicy.h"
|
| #include "public/platform/WebInsecureRequestPolicy.h"
|
| #include "public/web/WebContentSecurityPolicy.h"
|
| #include "public/web/WebFrame.h"
|
| @@ -59,7 +60,7 @@ class WebRemoteFrame : public WebFrame {
|
| const WebString& uniqueName) const = 0;
|
|
|
| virtual void setReplicatedFeaturePolicyHeader(
|
| - const WebString& headerValue) const = 0;
|
| + const WebParsedFeaturePolicy& parsedHeader) const = 0;
|
|
|
| // Adds |header| to the set of replicated CSP headers.
|
| virtual void addReplicatedContentSecurityPolicyHeader(
|
|
|