From eb9a2ffa3d7cc061ba18ac0965a90933c2950083 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 20 Jun 2020 18:45:14 -0400 Subject: [PATCH] Update to Chromium version 83.0.4103.106 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/storage_incognito_2289.patch | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index dd28c2009..a9d0b663b 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,6 +7,6 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/83.0.4103.97', + 'chromium_checkout': 'refs/tags/83.0.4103.106', 'depot_tools_checkout': 'fc5e103221' } diff --git a/patch/patches/storage_incognito_2289.patch b/patch/patches/storage_incognito_2289.patch index e5b2d6f40..96bfb4add 100644 --- a/patch/patches/storage_incognito_2289.patch +++ b/patch/patches/storage_incognito_2289.patch @@ -13,10 +13,10 @@ index f90e9fce0675..33551a2874bc 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 a8c69a2b1e38..3668a777455e 100644 +index 90ec29eda0e7..80cf13d79eff 100644 --- content/browser/browser_context.cc +++ content/browser/browser_context.cc -@@ -58,6 +58,7 @@ +@@ -59,6 +59,7 @@ #include "content/public/common/content_switches.h" #include "content/public/common/service_manager_connection.h" #include "content/public/common/service_names.mojom.h" @@ -24,7 +24,7 @@ index a8c69a2b1e38..3668a777455e 100644 #include "media/base/media_switches.h" #include "media/capabilities/in_memory_video_decode_stats_db_impl.h" #include "media/capabilities/video_decode_stats_db_impl.h" -@@ -169,7 +170,7 @@ StoragePartition* GetStoragePartitionFromConfig( +@@ -170,7 +171,7 @@ StoragePartition* GetStoragePartitionFromConfig( StoragePartitionImplMap* partition_map = GetStoragePartitionMap(browser_context); @@ -33,7 +33,7 @@ index a8c69a2b1e38..3668a777455e 100644 in_memory = true; return partition_map->Get(partition_domain, partition_name, in_memory, -@@ -671,7 +672,7 @@ media::VideoDecodePerfHistory* BrowserContext::GetVideoDecodePerfHistory() { +@@ -674,7 +675,7 @@ media::VideoDecodePerfHistory* BrowserContext::GetVideoDecodePerfHistory() { kUseInMemoryDBDefault); std::unique_ptr stats_db;