diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-chrome_common_chrome_switches_h')
| -rw-r--r-- | www/chromium-uc/patches/patch-chrome_common_chrome_switches_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-chrome_common_chrome_switches_h b/www/chromium-uc/patches/patch-chrome_common_chrome_switches_h new file mode 100644 index 0000000..95c8947 --- /dev/null +++ b/www/chromium-uc/patches/patch-chrome_common_chrome_switches_h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-chrome_common_chrome_switches_h,v 1.71 2021/11/16 11:28:46 robert Exp $ | ||
| 2 | |||
| 3 | Index: chrome/common/chrome_switches.h | ||
| 4 | --- chrome/common/chrome_switches.h.orig | ||
| 5 | +++ chrome/common/chrome_switches.h | ||
| 6 | @@ -249,7 +249,7 @@ extern const char kAllowNaClSocketAPI[]; | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \ | ||
| 10 | - defined(OS_WIN) || defined(OS_FUCHSIA) | ||
| 11 | + defined(OS_WIN) || defined(OS_FUCHSIA) || defined(OS_BSD) | ||
| 12 | extern const char kEnableNewAppMenuIcon[]; | ||
| 13 | extern const char kGuest[]; | ||
| 14 | #endif | ||
