| 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 2e2411ceeecb006602f8ccdbb0e4816865cf7ae0..2629eae48a78dd5c1a4e38953c6d02f23a40ccad 100644
|
| --- a/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
|
| @@ -58,7 +58,6 @@ class MockBaseFetchContext final : public BaseFetchContext {
|
| void DispatchDidBlockRequest(const ResourceRequest&,
|
| const FetchInitiatorInfo&,
|
| ResourceRequestBlockedReason) const override {}
|
| - void ReportLocalLoadFailed(const KURL&) const override {}
|
| bool ShouldBypassMainWorldCSP() const override { return false; }
|
| bool IsSVGImageChromeClient() const override { return false; }
|
| void CountUsage(UseCounter::Feature) const override {}
|
|
|