mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 92.0.4515.51
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git chrome/browser/net/profile_network_context_service.cc chrome/browser/net/profile_network_context_service.cc
|
||||
index 99455d0c26355..d64e53232822a 100644
|
||||
index 99455d0c2635..d64e53232822 100644
|
||||
--- chrome/browser/net/profile_network_context_service.cc
|
||||
+++ chrome/browser/net/profile_network_context_service.cc
|
||||
@@ -21,6 +21,7 @@
|
||||
@@ -42,7 +42,7 @@ index 99455d0c26355..d64e53232822a 100644
|
||||
// change.
|
||||
network_context_params->http_server_properties_path =
|
||||
diff --git net/cookies/cookie_monster.cc net/cookies/cookie_monster.cc
|
||||
index 4183288fd5da1..2ecb3ed351bba 100644
|
||||
index 4183288fd5da..2ecb3ed351bb 100644
|
||||
--- net/cookies/cookie_monster.cc
|
||||
+++ net/cookies/cookie_monster.cc
|
||||
@@ -515,6 +515,25 @@ void CookieMonster::SetCookieableSchemes(
|
||||
@@ -72,7 +72,7 @@ index 4183288fd5da1..2ecb3ed351bba 100644
|
||||
void CookieMonster::SetPersistSessionCookies(bool persist_session_cookies) {
|
||||
DCHECK(thread_checker_.CalledOnValidThread());
|
||||
diff --git net/cookies/cookie_monster.h net/cookies/cookie_monster.h
|
||||
index ef391b3cb94f1..8962106d08688 100644
|
||||
index ef391b3cb94f..8962106d0868 100644
|
||||
--- net/cookies/cookie_monster.h
|
||||
+++ net/cookies/cookie_monster.h
|
||||
@@ -182,6 +182,8 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
||||
@@ -85,7 +85,7 @@ index ef391b3cb94f1..8962106d08688 100644
|
||||
// Enables writing session cookies into the cookie database. If this this
|
||||
// method is called, it must be called before first use of the instance
|
||||
diff --git net/cookies/cookie_store.h net/cookies/cookie_store.h
|
||||
index afa99e255bdf1..5e8201696c613 100644
|
||||
index afa99e255bdf..5e8201696c61 100644
|
||||
--- net/cookies/cookie_store.h
|
||||
+++ net/cookies/cookie_store.h
|
||||
@@ -156,6 +156,11 @@ class NET_EXPORT CookieStore {
|
||||
@@ -101,7 +101,7 @@ index afa99e255bdf1..5e8201696c613 100644
|
||||
virtual void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
|
||||
const std::string& parent_absolute_name) const;
|
||||
diff --git services/network/cookie_manager.cc services/network/cookie_manager.cc
|
||||
index a397306372054..8a1bacea8d70c 100644
|
||||
index a39730637205..8a1bacea8d70 100644
|
||||
--- services/network/cookie_manager.cc
|
||||
+++ services/network/cookie_manager.cc
|
||||
@@ -249,14 +249,9 @@ void CookieManager::FlushCookieStore(FlushCookieStoreCallback callback) {
|
||||
@@ -123,7 +123,7 @@ index a397306372054..8a1bacea8d70c 100644
|
||||
|
||||
void CookieManager::SetForceKeepSessionState() {
|
||||
diff --git services/network/network_context.cc services/network/network_context.cc
|
||||
index e606e81f99451..89c29adfb3a09 100644
|
||||
index e606e81f9945..89c29adfb3a0 100644
|
||||
--- services/network/network_context.cc
|
||||
+++ services/network/network_context.cc
|
||||
@@ -2003,16 +2003,27 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext(
|
||||
@@ -157,7 +157,7 @@ index e606e81f99451..89c29adfb3a09 100644
|
||||
trust_token_store_ = std::make_unique<PendingTrustTokenStore>();
|
||||
|
||||
diff --git services/network/public/mojom/network_context.mojom services/network/public/mojom/network_context.mojom
|
||||
index e24ec4cb3c49a..b8d3aec99d8af 100644
|
||||
index e24ec4cb3c49..b8d3aec99d8a 100644
|
||||
--- services/network/public/mojom/network_context.mojom
|
||||
+++ services/network/public/mojom/network_context.mojom
|
||||
@@ -252,6 +252,9 @@ struct NetworkContextParams {
|
||||
|
Reference in New Issue
Block a user