| Index: third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSource.h b/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| index b599e78f58e1635270fe7c19384e60bb2b1be1af..1d9387d3be82d075d194dcd7c33a9565a2ec68c1 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| @@ -57,6 +57,8 @@ class CORE_EXPORT CSPSource : public GarbageCollectedFinalized<CSPSource> {
|
| GetIntersectCSPSourcesSchemes);
|
| FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, GetSourceVector);
|
| FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, OperativeDirectiveGivenType);
|
| + FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, SubsumesWithSelfSameOrigins);
|
| + FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, SubsumesWithSelfDifferentOrigins);
|
|
|
| bool schemeMatches(const String&) const;
|
| bool hostMatches(const String&) const;
|
|
|