diff options
Diffstat (limited to 'www/chromium/patches/patch-remoting_host_host_main_cc')
| -rw-r--r-- | www/chromium/patches/patch-remoting_host_host_main_cc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/chromium/patches/patch-remoting_host_host_main_cc b/www/chromium/patches/patch-remoting_host_host_main_cc deleted file mode 100644 index 0538d6a..0000000 --- a/www/chromium/patches/patch-remoting_host_host_main_cc +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | Index: remoting/host/host_main.cc | ||
| 2 | --- remoting/host/host_main.cc.orig | ||
| 3 | +++ remoting/host/host_main.cc | ||
| 4 | @@ -50,7 +50,7 @@ int FileChooserMain(); | ||
| 5 | int RdpDesktopSessionMain(); | ||
| 6 | int UrlForwarderConfiguratorMain(); | ||
| 7 | #endif // BUILDFLAG(IS_WIN) | ||
| 8 | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
| 9 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) | ||
| 10 | int XSessionChooserMain(); | ||
| 11 | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
| 12 | |||
| 13 | @@ -63,7 +63,7 @@ const char kUsageMessage[] = | ||
| 14 | "\n" | ||
| 15 | "Options:\n" | ||
| 16 | |||
| 17 | -#if BUILDFLAG(IS_LINUX) | ||
| 18 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) | ||
| 19 | " --audio-pipe-name=<pipe> - Sets the pipe name to capture audio on " | ||
| 20 | "Linux.\n" | ||
| 21 | #endif // BUILDFLAG(IS_LINUX) | ||
| 22 | @@ -154,7 +154,7 @@ MainRoutineFn SelectMainRoutine(const std::string& pro | ||
| 23 | } else if (process_type == kProcessTypeUrlForwarderConfigurator) { | ||
| 24 | main_routine = &UrlForwarderConfiguratorMain; | ||
| 25 | #endif // BUILDFLAG(IS_WIN) | ||
| 26 | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
| 27 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) | ||
| 28 | } else if (process_type == kProcessTypeXSessionChooser) { | ||
| 29 | main_routine = &XSessionChooserMain; | ||
| 30 | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
