| Index: content/common/content_security_policy/csp_context.h
|
| diff --git a/content/common/content_security_policy/csp_context.h b/content/common/content_security_policy/csp_context.h
|
| index 695dfe59e2528da0570c9b2f44e646f82fc078c8..45895e638f26f95e5b80aae89a89b864cc4d5049 100644
|
| --- a/content/common/content_security_policy/csp_context.h
|
| +++ b/content/common/content_security_policy/csp_context.h
|
| @@ -52,9 +52,9 @@ class CONTENT_EXPORT CSPContext {
|
| policies_.push_back(policy);
|
| }
|
|
|
| - private:
|
| virtual bool SchemeShouldBypassCSP(const base::StringPiece& scheme);
|
|
|
| + private:
|
| bool has_self_ = false;
|
| std::string self_scheme_;
|
| CSPSource self_source_;
|
|
|