From fcd259c3e0ac11e52e660a4609445246aa3b6837 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 3 Aug 2023 17:12:09 +0000 Subject: [PATCH] Update to Chromium version 115.0.5790.171 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/browser_web_ui_controller_factory.patch | 4 ++-- patch/patches/chrome_runtime.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index ded0ae941..9669cc58a 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/115.0.5790.114', + 'chromium_checkout': 'refs/tags/115.0.5790.171', 'depot_tools_checkout': 'df2f11113c' } diff --git a/patch/patches/browser_web_ui_controller_factory.patch b/patch/patches/browser_web_ui_controller_factory.patch index 7a5ca0603..652d0d027 100644 --- a/patch/patches/browser_web_ui_controller_factory.patch +++ b/patch/patches/browser_web_ui_controller_factory.patch @@ -13,10 +13,10 @@ index 9d9c17ffd6474..4eb79c65369af 100644 }; diff --git content/public/browser/webui_config_map.h content/public/browser/webui_config_map.h -index 19777632921fc..a22db4c49fd84 100644 +index a80034506bf45..4bda477df0558 100644 --- content/public/browser/webui_config_map.h +++ content/public/browser/webui_config_map.h -@@ -60,6 +60,10 @@ class CONTENT_EXPORT WebUIConfigMap { +@@ -61,6 +61,10 @@ class CONTENT_EXPORT WebUIConfigMap { // Returns the size of the map, i.e. how many WebUIConfigs are registered. size_t GetSizeForTesting() { return configs_map_.size(); } diff --git a/patch/patches/chrome_runtime.patch b/patch/patches/chrome_runtime.patch index 6b9e0d336..f7638cc85 100644 --- a/patch/patches/chrome_runtime.patch +++ b/patch/patches/chrome_runtime.patch @@ -235,7 +235,7 @@ index 789d147f0b305..64a33cce013c5 100644 +#endif } diff --git chrome/browser/chrome_content_browser_client.cc chrome/browser/chrome_content_browser_client.cc -index fbe839fd4259d..fcca09183776d 100644 +index f5c614464662c..1a273805c05eb 100644 --- chrome/browser/chrome_content_browser_client.cc +++ chrome/browser/chrome_content_browser_client.cc @@ -41,6 +41,7 @@