From d14e0517a1d326a3a8c89a385383814a9d0eaf80 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 28 Feb 2024 16:28:20 +0000 Subject: [PATCH] Update to Chromium version 122.0.6261.94 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/content_renderer_host_3617.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index bd9db48ac..dbce98f6a 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/122.0.6261.69', + 'chromium_checkout': 'refs/tags/122.0.6261.94', 'depot_tools_checkout': '10bd39fd47' } diff --git a/patch/patches/content_renderer_host_3617.patch b/patch/patches/content_renderer_host_3617.patch index ffef17495..c82a3eb61 100644 --- a/patch/patches/content_renderer_host_3617.patch +++ b/patch/patches/content_renderer_host_3617.patch @@ -1,5 +1,5 @@ diff --git content/browser/renderer_host/render_process_host_impl.cc content/browser/renderer_host/render_process_host_impl.cc -index b656054d342f5..7889656173b0e 100644 +index 545c860afff13..a0e0aea27431e 100644 --- content/browser/renderer_host/render_process_host_impl.cc +++ content/browser/renderer_host/render_process_host_impl.cc @@ -1629,7 +1629,8 @@ bool RenderProcessHostImpl::Init() {