| 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 3753491eb454d578de228c3a73f50f197771bed7..6bfc4f741f5a6ecd4402eecb7c9ea4616aa7a111 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSource.h
|
| @@ -49,6 +49,7 @@ class CORE_EXPORT CSPSource : public GarbageCollectedFinalized<CSPSource> {
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(CSPSourceTest, IsSimilar);
|
| FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetIntersectCSPSources);
|
| + FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, GetSourceVector);
|
|
|
| bool schemeMatches(const String&) const;
|
| bool hostMatches(const String&) const;
|
|
|