| 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 ad42feb3b252fdf5cf8901514d57690add10d8ce..33368113da416347f23134e2a616dad8047b544b 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -341,6 +341,8 @@ class CORE_EXPORT ContentSecurityPolicy
|
|
|
| bool shouldSendCSPHeader(Resource::Type) const;
|
|
|
| + CSPSource* getSelfSource() const { return m_selfSource; }
|
| +
|
| static bool shouldBypassMainWorld(const ExecutionContext*);
|
|
|
| static bool isNonceableElement(const Element*);
|
|
|