| 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..26060256b22c15eced7ae0c69eb23bffc47589cf 100644
|
| --- a/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
|
| @@ -56,7 +56,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 {}
|
|
|