| 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 7e972cc62c636e6730ba9a671235ea76d5825b09..76b4c764ebebc56bdd559b684841924c9cf79649 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -335,6 +335,7 @@ class CORE_EXPORT ContentSecurityPolicy
|
|
|
| bool urlMatchesSelf(const KURL&) const;
|
| bool protocolMatchesSelf(const KURL&) const;
|
| + bool protocolIsEqual(const String& protocol) const;
|
| bool selfMatchesInnerURL() const;
|
|
|
| bool experimentalFeaturesEnabled() const;
|
|
|