| 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 9467d8066fc9a82012ea371962ee303849828c38..6615c25a7c53ec11f80fa8c79cf9c1e9c7fd13f4 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -54,6 +54,10 @@ class WebRemoteFrame : public WebFrame {
|
| virtual void setReplicatedName(const WebString& name,
|
| const WebString& uniqueName) const = 0;
|
|
|
| + virtual void resetReplicatedFeaturePolicy() const = 0;
|
| + virtual void addReplicatedFeaturePolicyHeader(
|
| + const WebString& headerValue) const = 0;
|
| +
|
| // Adds |header| to the set of replicated CSP headers.
|
| virtual void addReplicatedContentSecurityPolicyHeader(
|
| const WebString& headerValue,
|
|
|