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..2bf2f09fe62c21c4a2927bc03297ccff376c67ad 100644 |
--- a/third_party/WebKit/public/web/WebRemoteFrame.h |
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h |
@@ -9,6 +9,7 @@ |
#include "public/web/WebContentSecurityPolicy.h" |
#include "public/web/WebFrame.h" |
#include "public/web/WebSandboxFlags.h" |
+#include "public/platform/WebFeaturePolicy.h" |
namespace blink { |
@@ -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>& headerPolicy) |
+ const = 0; |
// Adds |header| to the set of replicated CSP headers. |
virtual void addReplicatedContentSecurityPolicyHeader( |