diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-content_public_common_content_switches_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-content_public_common_content_switches_cc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/chromium-uc/patches/patch-content_public_common_content_switches_cc b/www/chromium-uc/patches/patch-content_public_common_content_switches_cc deleted file mode 100644 index 563a2cf..0000000 --- a/www/chromium-uc/patches/patch-content_public_common_content_switches_cc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | $OpenBSD: patch-content_public_common_content_switches_cc,v 1.59 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: content/public/common/content_switches.cc | ||
| 4 | --- content/public/common/content_switches.cc.orig | ||
| 5 | +++ content/public/common/content_switches.cc | ||
| 6 | @@ -385,6 +385,8 @@ const char kEnableGpuMemoryBufferVideoFrames[] = | ||
| 7 | // builds. | ||
| 8 | const char kEnableLogging[] = "enable-logging"; | ||
| 9 | |||
| 10 | +const char kDisableUnveil[] = "disable-unveil"; | ||
| 11 | + | ||
| 12 | // Enables the type, downlinkMax attributes of the NetInfo API. Also, enables | ||
| 13 | // triggering of change attribute of the NetInfo API when there is a change in | ||
| 14 | // the connection type. | ||
| 15 | @@ -994,7 +996,7 @@ const char kEnableAutomation[] = "enable-automation"; | ||
| 16 | |||
| 17 | // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch | ||
| 18 | // of lacros-chrome is complete. | ||
| 19 | -#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) | ||
| 20 | +#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) | ||
| 21 | // Allows sending text-to-speech requests to speech-dispatcher, a common | ||
| 22 | // Linux speech service. Because it's buggy, the user must explicitly | ||
| 23 | // enable it so that visiting a random webpage can't cause instability. | ||
