mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 94.0.4606.0 (#911515)
This commit is contained in:
@@ -290,7 +290,7 @@ bool CefCookieManagerImpl::SetCookieInternal(
|
||||
expiration_time,
|
||||
base::Time(), // Last access time.
|
||||
cookie.secure ? true : false, cookie.httponly ? true : false, same_site,
|
||||
priority, /*same_party=*/false);
|
||||
priority, /*same_party=*/false, net::CookiePartitionKey::Todo());
|
||||
|
||||
if (!canonical_cookie) {
|
||||
SetCookieCallbackImpl(
|
||||
|
Reference in New Issue
Block a user