diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 86ce8ebf8..a6ae37b75 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/92.0.4515.70', + 'chromium_checkout': 'refs/tags/92.0.4515.81', 'depot_tools_checkout': '58542b7fef' } diff --git a/patch/patches/chrome_browser.patch b/patch/patches/chrome_browser.patch index 01ddb8f7f..ba9378e0f 100644 --- a/patch/patches/chrome_browser.patch +++ b/patch/patches/chrome_browser.patch @@ -1,5 +1,5 @@ diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn -index ea17be6ba1c3..b416f85a4716 100644 +index 912d042e4d03..82c43747d781 100644 --- chrome/browser/BUILD.gn +++ chrome/browser/BUILD.gn @@ -13,6 +13,7 @@ import("//build/config/features.gni") @@ -10,7 +10,7 @@ index ea17be6ba1c3..b416f85a4716 100644 import("//chrome/browser/buildflags.gni") import("//chrome/browser/downgrade/buildflags.gni") import("//chrome/common/features.gni") -@@ -1923,6 +1924,7 @@ static_library("browser") { +@@ -1925,6 +1926,7 @@ static_library("browser") { "//build:chromeos_buildflags", "//build/config/compiler:compiler_buildflags", "//cc", @@ -18,7 +18,7 @@ index ea17be6ba1c3..b416f85a4716 100644 "//chrome:extra_resources", "//chrome:resources", "//chrome:strings", -@@ -2481,6 +2483,10 @@ static_library("browser") { +@@ -2483,6 +2485,10 @@ static_library("browser") { ] } diff --git a/patch/patches/chrome_runtime.patch b/patch/patches/chrome_runtime.patch index cbe799098..ab419316b 100644 --- a/patch/patches/chrome_runtime.patch +++ b/patch/patches/chrome_runtime.patch @@ -205,7 +205,7 @@ index ab4c2b03755d..8e813496f9df 100644 base::mac::ScopedMachSendRight exceptionPort( crash_reporter::GetCrashpadClient().GetHandlerMachPort()); diff --git chrome/browser/prefs/browser_prefs.cc chrome/browser/prefs/browser_prefs.cc -index b18cc56bb82b..4760db368c6e 100644 +index 6a1866ce6d6b..f4124005eadb 100644 --- chrome/browser/prefs/browser_prefs.cc +++ chrome/browser/prefs/browser_prefs.cc @@ -10,6 +10,7 @@ @@ -216,7 +216,7 @@ index b18cc56bb82b..4760db368c6e 100644 #include "chrome/browser/about_flags.h" #include "chrome/browser/accessibility/accessibility_labels_service.h" #include "chrome/browser/accessibility/accessibility_ui.h" -@@ -161,6 +162,10 @@ +@@ -162,6 +163,10 @@ #include "chrome/browser/background/background_mode_manager.h" #endif @@ -227,7 +227,7 @@ index b18cc56bb82b..4760db368c6e 100644 #if BUILDFLAG(ENABLE_EXTENSIONS) #include "chrome/browser/accessibility/animation_policy_prefs.h" #include "chrome/browser/apps/platform_apps/shortcut_manager.h" -@@ -1019,6 +1024,10 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry, +@@ -1022,6 +1027,10 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry, SessionDataService::RegisterProfilePrefs(registry); #endif diff --git a/patch/patches/viz_osr_2575.patch b/patch/patches/viz_osr_2575.patch index 7406f7d44..deffdefe6 100644 --- a/patch/patches/viz_osr_2575.patch +++ b/patch/patches/viz_osr_2575.patch @@ -80,7 +80,7 @@ index 1026b739d283..fe562ab60ce9 100644 private: const HWND hwnd_; diff --git components/viz/service/BUILD.gn components/viz/service/BUILD.gn -index 2ff873206001..21c94aacc96e 100644 +index 838a44f26f02..17324d5933d7 100644 --- components/viz/service/BUILD.gn +++ components/viz/service/BUILD.gn @@ -204,6 +204,8 @@ viz_component("service") { diff --git a/patch/patches/web_contents_1257_1565.patch b/patch/patches/web_contents_1257_1565.patch index d35a2121e..cdf821735 100644 --- a/patch/patches/web_contents_1257_1565.patch +++ b/patch/patches/web_contents_1257_1565.patch @@ -1,5 +1,5 @@ diff --git content/browser/web_contents/web_contents_impl.cc content/browser/web_contents/web_contents_impl.cc -index 4ce56f505ce4..5aaf21c115b4 100644 +index 173228ed8d17..4a7a303a6b90 100644 --- content/browser/web_contents/web_contents_impl.cc +++ content/browser/web_contents/web_contents_impl.cc @@ -2883,6 +2883,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) { @@ -39,7 +39,7 @@ index 4ce56f505ce4..5aaf21c115b4 100644 std::unique_ptr new_contents; if (!is_guest) { create_params.context = view_->GetNativeView(); -@@ -7468,6 +7484,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node, +@@ -7476,6 +7492,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node, // This is an outermost WebContents. SetAsFocusedWebContentsIfNecessary(); }