| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index b75e4b4e58de89882e4f77f8d059247b10012639..162787c52d1b17b3ed1c874bf93c21bf23be6718 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -184,6 +184,8 @@ public:
|
|
|
| LinkResource* createServiceWorkerLinkResource(HTMLLinkElement*) override;
|
|
|
| + void didAddContentSecurityPolicy(const String& headerValue, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource) override;
|
| +
|
| private:
|
| explicit FrameLoaderClientImpl(WebLocalFrameImpl*);
|
|
|
|
|