diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__switches.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_common_chrome__switches.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc index 7974a82b4328..441eb7c6251c 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.cc +++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/common/chrome_switches.cc.orig 2025-10-18 06:45:48 UTC +++ chrome/common/chrome_switches.cc -@@ -908,7 +908,7 @@ const char kDebugPrint[] = "debug-print"; +@@ -914,7 +914,7 @@ const char kDebugPrint[] = "debug-print"; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,12 +9,12 @@ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode. -@@ -937,7 +937,7 @@ const char kGlicDev[] = "glic-dev"; - const char kGlicHostLogging[] = "glic-host-logging"; +@@ -950,7 +950,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; + const char kGlicAdminRedirectPatterns[] = "glic-admin-redirect-patterns"; #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) // Writes open and installed web apps for each profile to the specified file - // without launching a new browser window or tab. Pass a absolute file path to - // specify where to output the information. Can be used together with optional + // without launching a new browser window or tab. Pass a absolute file path + // to specify where to output the information. Can be used together with |