Index: third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp |
diff --git a/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp |
index 432e0bc425dfba955fee204632ef98a504dc64e2..31394619ee9170ee83fe80c3e33681cbaf38d7e1 100644 |
--- a/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp |
+++ b/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp |
@@ -50,9 +50,6 @@ class MockBaseFetchContext final : public BaseFetchContext { |
Settings* GetSettings() const override { return nullptr; } |
SubresourceFilter* GetSubresourceFilter() const override { return nullptr; } |
SecurityContext* GetParentSecurityContext() const override { return nullptr; } |
- bool ShouldBlockRequestByInspector(const ResourceRequest&) const override { |
- return false; |
- } |
void DispatchDidBlockRequest(const ResourceRequest&, |
const FetchInitiatorInfo&, |
ResourceRequestBlockedReason) const override {} |