Update to Chromium version 99.0.4844.27

This commit is contained in:
Marshall Greenblatt
2022-02-10 13:43:45 -05:00
parent 50ec41ca0c
commit be54d4572f
10 changed files with 37 additions and 29 deletions

View File

@@ -697,7 +697,8 @@ void StreamReaderURLLoader::ContinueWithResponseHeaders(
// |this| will be deleted.
CleanUp();
} else {
client_->OnReceiveResponse(std::move(pending_response));
client_->OnReceiveResponse(std::move(pending_response),
mojo::ScopedDataPipeConsumerHandle());
}
}