| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| index 6be282e29871c883005f116ab0b8302870d87c2c..52b449717951df729ec0779eb0366f7226491beb 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -223,7 +223,6 @@ class CORE_EXPORT CSPDirectiveList
|
| const ContentSecurityPolicy::ExceptionStatus) const;
|
|
|
| bool checkEval(SourceListDirective*) const;
|
| - bool checkInline(SourceListDirective*) const;
|
| bool checkDynamic(SourceListDirective*) const;
|
| bool isMatchingNoncePresent(SourceListDirective*, const String&) const;
|
| bool checkHash(SourceListDirective*, const CSPHashValue&) const;
|
|
|