| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 939af5ab97c228d982c6a55608006f9a95b1d8d8..b5b76e09311d9f52f32ee50f64c2ab67daf2d40a 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -236,11 +236,8 @@ class BLINK_EXPORT WebFrameClient {
|
| // document. This can be triggered by handling of HTTP headers, handling
|
| // of <meta> element, or by inheriting CSP from the parent (in case of
|
| // about:blank).
|
| - virtual void didAddContentSecurityPolicy(
|
| - const WebString& headerValue,
|
| - WebContentSecurityPolicyType type,
|
| - WebContentSecurityPolicySource source,
|
| - const std::vector<WebContentSecurityPolicyPolicy>& policies) {}
|
| + virtual void didAddContentSecurityPolicies(
|
| + const WebVector<WebContentSecurityPolicyPolicy>& policies) {}
|
|
|
| // Some frame owner properties have changed for a child frame of this frame.
|
| // Frame owner properties currently include: scrolling, marginwidth and
|
|
|