chore: bump chromium to 0239d631f03d0111f77b0b98c7765 (master) (#20285)
This commit is contained in:
parent
d090b0cd2d
commit
913ec1e0d0
42 changed files with 222 additions and 180 deletions
|
@ -401,7 +401,7 @@ void URLRequestNS::OnComplete(bool success) {
|
|||
|
||||
void URLRequestNS::OnResponseStarted(
|
||||
const GURL& final_url,
|
||||
const network::ResourceResponseHead& response_head) {
|
||||
const network::mojom::URLResponseHead& response_head) {
|
||||
// Don't emit any event after request cancel.
|
||||
if (request_state_ & STATE_ERROR)
|
||||
return;
|
||||
|
@ -413,7 +413,7 @@ void URLRequestNS::OnResponseStarted(
|
|||
|
||||
void URLRequestNS::OnRedirect(
|
||||
const net::RedirectInfo& redirect_info,
|
||||
const network::ResourceResponseHead& response_head,
|
||||
const network::mojom::URLResponseHead& response_head,
|
||||
std::vector<std::string>* to_be_removed_headers) {
|
||||
if (!loader_)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue