| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| index 2ee209ef6e86b6840dcfc367242d7ee117c2d69d..8c70a10fe33d26d09bbccad14ff762ac8b9e05a9 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -50,6 +50,7 @@ class CORE_EXPORT CSPDirectiveList
|
| ContentSecurityPolicy::ReportingStatus) const;
|
| bool allowInlineScript(const String& contextURL,
|
| const String& nonce,
|
| + ParserDisposition,
|
| const WTF::OrdinalNumber& contextLine,
|
| ContentSecurityPolicy::ReportingStatus,
|
| const String& scriptContent) const;
|
| @@ -69,6 +70,7 @@ class CORE_EXPORT CSPDirectiveList
|
|
|
| bool allowScriptFromSource(const KURL&,
|
| const String& nonce,
|
| + ParserDisposition,
|
| ResourceRequest::RedirectStatus,
|
| ContentSecurityPolicy::ReportingStatus) const;
|
| bool allowStyleFromSource(const KURL&,
|
|
|