mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Change CookiePartitionKeyChain to CookiePartitionKeyCollection
This commit is contained in:
parent
87c2810950
commit
419a9c3f41
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue