update to 124.0.6367.207

This commit is contained in:
purplerain 2024-05-20 13:42:05 +00:00
parent 687f3acd55
commit fe9bc9d89b
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
958 changed files with 7372 additions and 6231 deletions

View file

@ -1,8 +1,8 @@
Index: chrome/app/chrome_main.cc
--- chrome/app/chrome_main.cc.orig
+++ chrome/app/chrome_main.cc
@@ -27,11 +27,11 @@
#include "chrome/app/notification_metrics.h"
@@ -28,11 +28,11 @@
#include "chrome/app/chrome_main_mac.h"
#endif
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
@ -15,7 +15,16 @@ Index: chrome/app/chrome_main.cc
#include "chrome/app/chrome_main_linux.h"
#endif
@@ -136,7 +136,7 @@ int ChromeMain(int argc, const char** argv) {
@@ -80,7 +80,7 @@ int ChromeMain(int argc, const char** argv) {
#error Unknown platform.
#endif
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
PossiblyDetermineFallbackChromeChannel(argv[0]);
#endif
@@ -141,7 +141,7 @@ int ChromeMain(int argc, const char** argv) {
SetUpBundleOverrides();
#endif
@ -24,8 +33,8 @@ Index: chrome/app/chrome_main.cc
AppendExtraArgumentsToCommandLine(command_line);
#endif
@@ -164,7 +164,7 @@ int ChromeMain(int argc, const char** argv) {
headless::SetUpCommandLine(command_line);
@@ -170,7 +170,7 @@ int ChromeMain(int argc, const char** argv) {
headless_mode_handle = headless::InitHeadlessMode();
} else {
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
- BUILDFLAG(IS_WIN)