| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| index 1bdddf44ba423c18dbf3695f7a27ddf2df417e27..c612edbabe4037e8dd61ee728e289ce1d256889d 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| @@ -115,9 +115,12 @@ void FetchContext::AddConsoleMessage(const String&,
|
| FetchContext::LogMessageType) const {}
|
|
|
| void FetchContext::PopulateResourceRequest(
|
| + const KURL&,
|
| Resource::Type,
|
| const ClientHintsPreferences&,
|
| const FetchParameters::ResourceWidth&,
|
| + const ResourceLoaderOptions&,
|
| + SecurityViolationReportingPolicy,
|
| ResourceRequest&) {}
|
|
|
| void FetchContext::SetFirstPartyCookieAndRequestorOrigin(ResourceRequest&) {}
|
|
|