| Index: content/common/content_security_policy/csp_context.cc
|
| diff --git a/content/common/content_security_policy/csp_context.cc b/content/common/content_security_policy/csp_context.cc
|
| index ab249dd3f25840268f907498e737c57f4e1f32eb..80b869459161e1dc5bfb596a73915fcc94c29d91 100644
|
| --- a/content/common/content_security_policy/csp_context.cc
|
| +++ b/content/common/content_security_policy/csp_context.cc
|
| @@ -66,6 +66,11 @@ bool CSPContext::SchemeShouldBypassCSP(const base::StringPiece& scheme) {
|
| return false;
|
| }
|
|
|
| +bool CSPContext::ShouldProtectDataInCspViolation(
|
| + const url::Origin& origin) const {
|
| + return false;
|
| +}
|
| +
|
| bool CSPContext::SelfSchemeShouldBypassCsp() {
|
| if (!has_self_)
|
| return false;
|
|
|