summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__app__chrome_main_delegate.h
blob: 88c7f7a84ee36db9782add908e08629dad5e889a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/app/chrome_main_delegate.h.orig	2014-10-10 09:15:29 UTC
+++ chrome/app/chrome_main_delegate.h
@@ -38,7 +38,7 @@
   virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE;
   virtual bool DelaySandboxInitialization(
       const std::string& process_type) OVERRIDE;
-#elif defined(OS_POSIX) && !defined(OS_ANDROID)
+#elif defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_BSD)
   virtual void ZygoteStarting(
       ScopedVector<content::ZygoteForkDelegate>* delegates) OVERRIDE;
   virtual void ZygoteForked() OVERRIDE;