| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 5dfc5cd7a4ae0a72cdd8bb59d68574ee2b123503..32eb83eab0f2afe05f1e8336350b3e4c66cd05ee 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -95,6 +95,10 @@ class FixedPolicySubresourceFilter : public WebDocumentSubresourceFilter {
|
| return m_policy;
|
| }
|
|
|
| + LoadPolicy getLoadPolicyForWebSocketConnect(const WebURL& url) override {
|
| + return m_policy;
|
| + }
|
| +
|
| void reportDisallowedLoad() override { ++*m_filteredLoadCounter; }
|
|
|
| private:
|
|
|