| 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 fae2b3c927ab582de0369ea975ced8aa53a815e8..e19cd49d835c67b3534b1a5503e04bf1049f0fcf 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -346,6 +346,7 @@ class CORE_EXPORT ContentSecurityPolicy
|
| static bool shouldBypassMainWorld(const ExecutionContext*);
|
|
|
| static bool isNonceableElement(const Element*);
|
| + static const char* getNonceReplacementString() { return "[Replaced]"; }
|
|
|
| // This method checks whether the request should be allowed for an
|
| // experimental EmbeddingCSP feature
|
|
|