Chromium Code Reviews| 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 b79bf2ac88a0927e1155120925ac738a5148c4dd..93ddd53376c3275e8941869515ad1086151b1b95 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" |
| @@ -55,7 +56,8 @@ class WebRemoteFrame : public WebFrame { |
| const WebString& uniqueName) const = 0; |
| virtual void setReplicatedFeaturePolicyHeader( |
| - const WebString& headerValue) const = 0; |
| + const WebVector<WebFeaturePolicy::ParsedWhitelist>& parsedHeader) |
| + const = 0; |
|
iclelland
2016/11/23 20:20:28
That's a really unfortunate line wrap :(
raymes
2016/11/29 08:20:34
Done.
|
| // Adds |header| to the set of replicated CSP headers. |
| virtual void addReplicatedContentSecurityPolicyHeader( |