| Index: third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/BaseFetchContext.h b/third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| index 925765f80464565c2fe7feb9d57f10274d82f43c..0bf4b4d2f753fb7298979b111d683aa2cbc50246 100644
|
| --- a/third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| @@ -67,9 +67,6 @@ class CORE_EXPORT BaseFetchContext : public FetchContext {
|
| virtual void DispatchDidBlockRequest(const ResourceRequest&,
|
| const FetchInitiatorInfo&,
|
| ResourceRequestBlockedReason) const = 0;
|
| - // TODO(kinuko): Consider implementing this on ExecutionContext and
|
| - // remove this virtual method.
|
| - virtual void ReportLocalLoadFailed(const KURL&) const = 0;
|
| virtual bool ShouldBypassMainWorldCSP() const = 0;
|
| virtual bool IsSVGImageChromeClient() const = 0;
|
| virtual void CountUsage(UseCounter::Feature) const = 0;
|
|
|