| 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 3b549ac4f2ba49c1fbfdaec0fc62dc3fdbe3c2bc..c6c72cbd30fa7d844ac3e2a95730a8e1842fa09c 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| @@ -114,9 +114,12 @@ void FetchContext::SendImagePing(const KURL&) {}
|
| void FetchContext::AddConsoleMessage(const String&,
|
| FetchContext::LogMessageType) const {}
|
|
|
| -void FetchContext::PopulateResourceRequest(Resource::Type,
|
| +void FetchContext::PopulateResourceRequest(const KURL&,
|
| + Resource::Type,
|
| const ClientHintsPreferences&,
|
| const FetchRequest::ResourceWidth&,
|
| + const ResourceLoaderOptions&,
|
| + SecurityViolationReportingPolicy,
|
| ResourceRequest&) {}
|
|
|
| void FetchContext::SetFirstPartyCookieAndRequestorOrigin(ResourceRequest&) {}
|
|
|