Update to Chromium version 123.0.6312.0 (#1262506)

- MacOS ARM64 Official builds are currently failing due to
  https://issues.chromium.org/issues/326898585
This commit is contained in:
Marshall Greenblatt
2024-02-22 13:36:15 -05:00
parent 2c5dd120c7
commit d4cf19db29
100 changed files with 837 additions and 799 deletions

View File

@@ -1,8 +1,8 @@
diff --git sandbox/policy/win/sandbox_win.cc sandbox/policy/win/sandbox_win.cc
index 714422bd2d088..3aa2e830e6148 100644
index 6bf94fa65c5b6..f0953baa972f5 100644
--- sandbox/policy/win/sandbox_win.cc
+++ sandbox/policy/win/sandbox_win.cc
@@ -993,6 +993,13 @@ ResultCode SandboxWin::StartSandboxedProcess(
@@ -1015,6 +1015,13 @@ ResultCode SandboxWin::StartSandboxedProcess(
const base::HandlesToInheritVector& handles_to_inherit,
SandboxDelegate* delegate,
base::Process* process) {
@@ -13,6 +13,6 @@ index 714422bd2d088..3aa2e830e6148 100644
+ process);
+ }
+
const base::ElapsedTimer timer;
SandboxLaunchTimer timer;
// Avoid making a policy if we won't use it.