Skip to content

Commit

Permalink
Change CookiePartitionKeyChain to CookiePartitionKeyCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Dec 10, 2021
1 parent 87c2810 commit 419a9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/url_request/url_request_http_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ void URLRequestHttpJob::AddCookieHeaderAndStart() {

cookie_store->GetCookieListWithOptionsAsync(
request_->url(), options,
CookiePartitionKeychain::FromOptional(cookie_partition_key_),
CookiePartitionKeyCollection::FromOptional(cookie_partition_key_),
base::BindOnce(&URLRequestHttpJob::SetCookieHeaderAndStart,
weak_factory_.GetWeakPtr(), options));
} else {
Expand Down

0 comments on commit 419a9c3

Please sign in to comment.