From fb73900826bb7aeb1902e4a9d53968f39749cd29 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 7 Sep 2023 13:37:51 +0000 Subject: [PATCH] Update to Chromium version 117.0.5938.48 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/chrome_browser_browser.patch | 8 ++++---- patch/patches/chrome_browser_themes.patch | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 998ad78d1..4299afe66 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/117.0.5938.35', + 'chromium_checkout': 'refs/tags/117.0.5938.48', 'depot_tools_checkout': 'd9011c559b' } diff --git a/patch/patches/chrome_browser_browser.patch b/patch/patches/chrome_browser_browser.patch index ca8319ed2..7733c72f3 100644 --- a/patch/patches/chrome_browser_browser.patch +++ b/patch/patches/chrome_browser_browser.patch @@ -13,7 +13,7 @@ index 2480282a19d12..dbd1fbf8a15b5 100644 return false; } diff --git chrome/browser/ui/BUILD.gn chrome/browser/ui/BUILD.gn -index cc4fbda7ddfa8..c7278ef3d7ff7 100644 +index 8ffa857f767e8..335ed228a21f2 100644 --- chrome/browser/ui/BUILD.gn +++ chrome/browser/ui/BUILD.gn @@ -9,6 +9,7 @@ import("//build/config/compiler/compiler.gni") @@ -43,7 +43,7 @@ index cc4fbda7ddfa8..c7278ef3d7ff7 100644 "//chrome:resources", "//chrome:strings", "//chrome/app:chrome_dll_resources", -@@ -2683,6 +2689,8 @@ static_library("ui") { +@@ -2685,6 +2691,8 @@ static_library("ui") { "views/apps/app_dialog/app_block_dialog_view.h", "views/apps/app_dialog/app_pause_dialog_view.cc", "views/apps/app_dialog/app_pause_dialog_view.h", @@ -52,7 +52,7 @@ index cc4fbda7ddfa8..c7278ef3d7ff7 100644 "views/apps/app_info_dialog/arc_app_info_links_panel.cc", "views/apps/app_info_dialog/arc_app_info_links_panel.h", "views/apps/chrome_app_window_client_views_chromeos.cc", -@@ -4573,8 +4581,6 @@ static_library("ui") { +@@ -4575,8 +4583,6 @@ static_library("ui") { "views/accessibility/theme_tracking_non_accessible_image_view.h", "views/apps/app_dialog/app_dialog_view.cc", "views/apps/app_dialog/app_dialog_view.h", @@ -61,7 +61,7 @@ index cc4fbda7ddfa8..c7278ef3d7ff7 100644 "views/apps/app_info_dialog/app_info_dialog_container.cc", "views/apps/app_info_dialog/app_info_dialog_container.h", "views/apps/app_info_dialog/app_info_dialog_views.cc", -@@ -6226,6 +6232,7 @@ static_library("ui") { +@@ -6228,6 +6234,7 @@ static_library("ui") { if (enable_printing) { deps += [ "//components/printing/browser", diff --git a/patch/patches/chrome_browser_themes.patch b/patch/patches/chrome_browser_themes.patch index 6988b351e..77799db76 100644 --- a/patch/patches/chrome_browser_themes.patch +++ b/patch/patches/chrome_browser_themes.patch @@ -1,5 +1,5 @@ diff --git chrome/browser/themes/theme_service.cc chrome/browser/themes/theme_service.cc -index bd7eba5b91f7d..07cad646a70b8 100644 +index c9d21e2861e0e..baa94ae75a77a 100644 --- chrome/browser/themes/theme_service.cc +++ chrome/browser/themes/theme_service.cc @@ -30,6 +30,7 @@ @@ -21,7 +21,7 @@ index bd7eba5b91f7d..07cad646a70b8 100644 #if BUILDFLAG(ENABLE_EXTENSIONS) #include "base/scoped_observation.h" #include "extensions/browser/extension_registry_observer.h" -@@ -272,11 +277,19 @@ void ThemeService::Init() { +@@ -273,11 +278,19 @@ void ThemeService::Init() { // OnExtensionServiceReady. Otherwise, the ThemeObserver won't be // constructed in time to observe the corresponding events. #if BUILDFLAG(ENABLE_EXTENSIONS)