| 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 a8f8033d1b6fb05fd33dcbbe62904f64fcba8825..f2f3671052a24586e1052a4e3f4dcf2942c11815 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -352,6 +352,8 @@ class CORE_EXPORT ContentSecurityPolicy
|
|
|
| bool shouldSendCSPHeader(Resource::Type) const;
|
|
|
| + CSPSource* getSelfSource() const { return m_selfSource; }
|
| +
|
| static bool shouldBypassMainWorld(const ExecutionContext*);
|
|
|
| static bool isDirectiveName(const String&);
|
|
|