| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 805a36a7fcf0846c5cf228bf569b39dc08cce6e2..a1c1f727b446c0a28b68b3e1b35bc3d0ed06c9a6 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -179,7 +179,6 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
| void DispatchDidBlockRequest(const ResourceRequest&,
|
| const FetchInitiatorInfo&,
|
| ResourceRequestBlockedReason) const override;
|
| - void ReportLocalLoadFailed(const KURL&) const override;
|
| bool ShouldBypassMainWorldCSP() const override;
|
| bool IsSVGImageChromeClient() const override;
|
| void CountUsage(UseCounter::Feature) const override;
|
|
|