| 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 580a9a81f62e28cb697a8627d02a0f491848d95a..47aaa5e2b0fdd89d0561924f2a61f84cdefa2945 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -235,11 +235,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<WebContentSecurityPolicy>& policies) {}
|
| + virtual void didAddContentSecurityPolicies(
|
| + const WebVector<WebContentSecurityPolicy>& policies) {}
|
|
|
| // Some frame owner properties have changed for a child frame of this frame.
|
| // Frame owner properties currently include: scrolling, marginwidth and
|
|
|