| 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 ca6bc3274980c931c40bed8fc18a9ea044f9ee81..eb46cef26b4c8914c5c61aaab68e96be54260b86 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -390,7 +390,6 @@ class CORE_EXPORT ContentSecurityPolicy
|
| SchemeRegistry::PolicyAreas = SchemeRegistry::kPolicyAreaAll);
|
|
|
| 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
|
|
|