mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 86.0.4240.0 (#800218)
- CefURLRequest::Create is no longer supported in the renderer process (see https://crbug.com/891872). Use CefFrame::CreateURLRequest instead. - Mac platform definitions have been changed from `MACOSX` to `MAC` (see https://crbug.com/1105907) and related CMake macro names have been updated. The old `OS_MACOSX` define is still set in code and CMake for backwards compatibility. - Linux ARM build is currently broken (see https://crbug.com/1123214).
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
diff --git content/browser/blob_storage/chrome_blob_storage_context.cc content/browser/blob_storage/chrome_blob_storage_context.cc
|
||||
index 12d84e3d4a09..526048daac85 100644
|
||||
index d0318111b239..bcc733af5ddb 100644
|
||||
--- content/browser/blob_storage/chrome_blob_storage_context.cc
|
||||
+++ content/browser/blob_storage/chrome_blob_storage_context.cc
|
||||
@@ -116,7 +116,8 @@ ChromeBlobStorageContext* ChromeBlobStorageContext::GetFor(
|
||||
@@ -117,7 +117,8 @@ ChromeBlobStorageContext* ChromeBlobStorageContext::GetFor(
|
||||
|
||||
// If we're not incognito mode, schedule all of our file tasks to enable
|
||||
// disk on the storage context.
|
||||
@@ -13,10 +13,10 @@ index 12d84e3d4a09..526048daac85 100644
|
||||
{base::MayBlock(), base::TaskPriority::USER_VISIBLE,
|
||||
base::TaskShutdownBehavior::SKIP_ON_SHUTDOWN});
|
||||
diff --git content/browser/browser_context.cc content/browser/browser_context.cc
|
||||
index 13e78598fea9..f5f3fc28c46a 100644
|
||||
index 18cb0f6c588d..93ef44e197fc 100644
|
||||
--- content/browser/browser_context.cc
|
||||
+++ content/browser/browser_context.cc
|
||||
@@ -255,7 +255,7 @@ StoragePartition* BrowserContext::GetStoragePartition(
|
||||
@@ -253,7 +253,7 @@ StoragePartition* BrowserContext::GetStoragePartition(
|
||||
GetStoragePartitionMap(browser_context);
|
||||
|
||||
auto config_to_use = storage_partition_config;
|
||||
@@ -25,7 +25,7 @@ index 13e78598fea9..f5f3fc28c46a 100644
|
||||
config_to_use = storage_partition_config.CopyWithInMemorySet();
|
||||
|
||||
return partition_map->Get(config_to_use, can_create);
|
||||
@@ -536,7 +536,7 @@ media::VideoDecodePerfHistory* BrowserContext::GetVideoDecodePerfHistory() {
|
||||
@@ -575,7 +575,7 @@ media::VideoDecodePerfHistory* BrowserContext::GetVideoDecodePerfHistory() {
|
||||
kUseInMemoryDBDefault);
|
||||
|
||||
std::unique_ptr<media::VideoDecodeStatsDB> stats_db;
|
||||
@@ -35,7 +35,7 @@ index 13e78598fea9..f5f3fc28c46a 100644
|
||||
std::make_unique<media::InMemoryVideoDecodeStatsDBImpl>(nullptr);
|
||||
} else {
|
||||
diff --git storage/browser/database/database_tracker.cc storage/browser/database/database_tracker.cc
|
||||
index 4f8cfb3eb34a..8c357827e893 100644
|
||||
index fdf4b2466077..938df52d348e 100644
|
||||
--- storage/browser/database/database_tracker.cc
|
||||
+++ storage/browser/database/database_tracker.cc
|
||||
@@ -508,7 +508,7 @@ bool DatabaseTracker::LazyInit() {
|
||||
|
Reference in New Issue
Block a user