| 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 fbab70581b50f05035f0d7c31bbc633e6e440437..b599e78f58e1635270fe7c19384e60bb2b1be1af 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| @@ -50,11 +50,13 @@ class CORE_EXPORT CSPSource : public GarbageCollectedFinalized<CSPSource> {
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(CSPSourceTest, IsSimilar);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPSourceTest, Intersect);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPSourceTest, IntersectSchemesOnly);
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetIntersectCSPSources);
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest,
|
| GetIntersectCSPSourcesSchemes);
|
| - FRIEND_TEST_ALL_PREFIXES(CSPSourceTest, Intersect);
|
| - FRIEND_TEST_ALL_PREFIXES(CSPSourceTest, IntersectSchemesOnly);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, GetSourceVector);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, OperativeDirectiveGivenType);
|
|
|
| bool schemeMatches(const String&) const;
|
| bool hostMatches(const String&) const;
|
|
|