| 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..31513ca74f9fa57dda98a0d4b8cda254065b1ccb 100644
|
| --- a/content/common/content_security_policy/csp_context.h
|
| +++ b/content/common/content_security_policy/csp_context.h
|
| @@ -40,7 +40,8 @@ class CONTENT_EXPORT CSPContext {
|
|
|
| void SetSelf(const url::Origin origin);
|
| bool AllowSelf(const GURL& url);
|
| - bool ProtocolMatchesSelf(const GURL& url);
|
| + bool ProtocolIsSelf(const GURL& url);
|
| + const std::string& GetSelfScheme();
|
|
|
| virtual void ReportContentSecurityPolicyViolation(
|
| const CSPViolationParams& violation_params);
|
|
|