diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_common_chrome__switches.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_common_chrome__switches.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron33/files/patch-chrome_common_chrome__switches.cc b/devel/electron33/files/patch-chrome_common_chrome__switches.cc deleted file mode 100644 index 14b62065c81a..000000000000 --- a/devel/electron33/files/patch-chrome_common_chrome__switches.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- chrome/common/chrome_switches.cc.orig 2024-10-16 21:31:04 UTC -+++ chrome/common/chrome_switches.cc -@@ -886,14 +886,14 @@ const char kAllowNaClSocketAPI[] = "allow-nacl-socket- - #endif - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; - - // Causes the browser to launch directly in guest mode. - const char kGuest[] = "guest"; - #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 |