| Index: third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.h b/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| index a7bbf5a1f9d114eb0b3cd424433e31285cda84fd..e6632cbadfab0f7e3451426ffe934436f2faf067 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| @@ -99,6 +99,9 @@ public:
|
| const IntegrityMetadataSet& integrityMetadata() const { return m_integrityMetadata; }
|
| void setIntegrityMetadata(const IntegrityMetadataSet& metadata) { m_integrityMetadata = metadata; }
|
|
|
| + String contentSecurityPolicyNonce() const { return m_options.contentSecurityPolicyNonce; }
|
| + void setContentSecurityPolicyNonce(const String& nonce) { m_options.contentSecurityPolicyNonce = nonce; }
|
| +
|
| private:
|
| ResourceRequest m_resourceRequest;
|
| String m_charset;
|
|
|