| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| index 282aa6c6e851486a648da3189c6bc36102611a08..56c7070a8ee3bf549617a31886b24202047a7fb7 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -53,6 +53,8 @@ class CORE_EXPORT SourceListDirective final : public CSPDirective {
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetIntersectCSPSources);
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest,
|
| GetIntersectCSPSourcesSchemes);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, GetSourceVector);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, OperativeDirectiveGivenType);
|
|
|
| bool parseSource(const UChar* begin,
|
| const UChar* end,
|
|
|