| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index 87ee339795f85923cf494622f90bf4d8ea47296d..a8f8033d1b6fb05fd33dcbbe62904f64fcba8825 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -386,8 +386,10 @@ class CORE_EXPORT ContentSecurityPolicy
|
| bool shouldSendViolationReport(const String&) const;
|
| void didSendViolationReport(const String&);
|
| void dispatchViolationEvents(const SecurityPolicyViolationEventInit&,
|
| - Element*,
|
| - Document*);
|
| + Element*);
|
| + void postViolationReport(const SecurityPolicyViolationEventInit&,
|
| + LocalFrame*,
|
| + const Vector<String>& reportEndpoints);
|
|
|
| Member<ExecutionContext> m_executionContext;
|
| bool m_overrideInlineStyleAllowed;
|
|
|