diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-chrome_app_chrome_main_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-chrome_app_chrome_main_cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-chrome_app_chrome_main_cc b/www/chromium-uc/patches/patch-chrome_app_chrome_main_cc deleted file mode 100644 index 3a6ea3c..0000000 --- a/www/chromium-uc/patches/patch-chrome_app_chrome_main_cc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-chrome_app_chrome_main_cc,v 1.20 2021/11/16 11:28:45 robert Exp $ | ||
| 2 | |||
| 3 | Index: chrome/app/chrome_main.cc | ||
| 4 | --- chrome/app/chrome_main.cc.orig | ||
| 5 | +++ chrome/app/chrome_main.cc | ||
| 6 | @@ -146,7 +146,7 @@ int ChromeMain(int argc, const char** argv) { | ||
| 7 | headless::SetUpCommandLine(command_line); | ||
| 8 | } else { | ||
| 9 | #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \ | ||
| 10 | - defined(OS_WIN) | ||
| 11 | + defined(OS_WIN) || defined(OS_BSD) | ||
| 12 | if (command_line->HasSwitch(switches::kHeadless)) | ||
| 13 | return headless::HeadlessShellMain(params); | ||
| 14 | #endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || | ||
