chore: bump chromium to 106.0.5216.0 (main) (#34993)
This commit is contained in:
parent
e15e66f229
commit
97b353a30a
114 changed files with 886 additions and 779 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback.h"
|
||||
#include "services/network/public/cpp/session_cookie_delete_predicate.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
@ -37,9 +38,4 @@ bool SpecialStoragePolicy::HasSessionOnlyOrigins() {
|
|||
return false;
|
||||
}
|
||||
|
||||
network::DeleteCookiePredicate
|
||||
SpecialStoragePolicy::CreateDeleteCookieOnExitPredicate() {
|
||||
return network::DeleteCookiePredicate();
|
||||
}
|
||||
|
||||
} // namespace electron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue