| 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 89982dd517fa00f7ef865525e472a64a57e92c38..c4ecd3b85fa6a5501132e3a132957f4a2466792c 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -260,15 +260,6 @@ public:
|
|
|
| static bool isDirectiveName(const String&);
|
|
|
| - // These functions are used to debug using ResourceContext to apply
|
| - // CSP directives instead of Resource::Type, by checking that the
|
| - // ResourceContext is as expected. See crbug.com/474412
|
| - static bool isScriptResource(const ResourceRequest&);
|
| - static bool isStyleResource(const ResourceRequest&);
|
| - static bool isImageResource(const ResourceRequest&);
|
| - static bool isFontResource(const ResourceRequest&);
|
| - static bool isMediaResource(const ResourceRequest&);
|
| -
|
| Document* document() const;
|
|
|
| private:
|
|
|