SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
www/iridium/patches/patch-chrome_common_chrome_switches_cc
Normal file
20
www/iridium/patches/patch-chrome_common_chrome_switches_cc
Normal file
|
@ -0,0 +1,20 @@
|
|||
Index: chrome/common/chrome_switches.cc
|
||||
--- chrome/common/chrome_switches.cc.orig
|
||||
+++ chrome/common/chrome_switches.cc
|
||||
@@ -862,14 +862,14 @@ const char kAllowNaClSocketAPI[] = "allow-nacl-socket-
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
|
||||
- BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA)
|
||||
+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || 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
|
Loading…
Add table
Add a link
Reference in a new issue