From 5bffff5d8d98c344a82e9a89357696974a15bf71 Mon Sep 17 00:00:00 2001 From: Blaise Date: Tue, 24 Sep 2024 13:41:08 -0500 Subject: [PATCH] Update to Chromium 129.0.6668.70 --- chromium_version.txt | 2 +- .../fingerprinting-flags-client-rects-and-measuretext.patch | 2 +- .../bromite/flag-fingerprinting-canvas-image-data-noise.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chromium_version.txt b/chromium_version.txt index 570cfa7e36..293bec8541 100644 --- a/chromium_version.txt +++ b/chromium_version.txt @@ -1 +1 @@ -129.0.6668.58 +129.0.6668.70 diff --git a/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch b/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch index f9b7dd4c02..7650644990 100644 --- a/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch +++ b/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch @@ -62,7 +62,7 @@ #include "components/viz/common/switches.h" #include "components/viz/host/gpu_client.h" #include "content/browser/bad_message.h" -@@ -3314,6 +3315,8 @@ void RenderProcessHostImpl::PropagateBro +@@ -3316,6 +3317,8 @@ void RenderProcessHostImpl::PropagateBro switches::kEnableWebGLImageChromium, switches::kEnableWebGPUDeveloperFeatures, switches::kFileUrlPathAlias, diff --git a/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch b/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch index 8034133746..6ea2f2c5f6 100644 --- a/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch +++ b/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch @@ -34,7 +34,7 @@ approach to change color components. #endif // CHROME_BROWSER_BROMITE_FLAG_ENTRIES_H_ --- a/content/browser/renderer_host/render_process_host_impl.cc +++ b/content/browser/renderer_host/render_process_host_impl.cc -@@ -3317,6 +3317,7 @@ void RenderProcessHostImpl::PropagateBro +@@ -3319,6 +3319,7 @@ void RenderProcessHostImpl::PropagateBro switches::kFileUrlPathAlias, switches::kFingerprintingClientRectsNoise, switches::kFingerprintingCanvasMeasureTextNoise,