| Index: third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
|
| index 6a7efaf74408ae7eeb9025a9b43b1b10aaa4ff12..dc7817a4b6002f2c29b0375c62a8297911df6500 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
|
| @@ -53,7 +53,7 @@ class MockFetchContext : public FetchContext {
|
| const ResourceRequest&,
|
| const KURL&,
|
| const ResourceLoaderOptions&,
|
| - bool forPreload,
|
| + SecurityViolationReportingPolicy,
|
| FetchRequest::OriginRestriction) const override {
|
| return ResourceRequestBlockedReason::None;
|
| }
|
|
|