summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_app_chrome__main__delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_app_chrome__main__delegate.h')
-rw-r--r--www/chromium/files/patch-chrome_app_chrome__main__delegate.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_app_chrome__main__delegate.h b/www/chromium/files/patch-chrome_app_chrome__main__delegate.h
new file mode 100644
index 000000000000..d1952c48e87c
--- /dev/null
+++ b/www/chromium/files/patch-chrome_app_chrome__main__delegate.h
@@ -0,0 +1,11 @@
+--- chrome/app/chrome_main_delegate.h.orig 2016-05-11 19:02:13 UTC
++++ chrome/app/chrome_main_delegate.h
+@@ -38,7 +38,7 @@ class ChromeMainDelegate : public conten
+ const std::string& process_type) override;
+ bool ShouldSendMachPort(const std::string& process_type) override;
+ 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)
+ void ZygoteStarting(
+ ScopedVector<content::ZygoteForkDelegate>* delegates) override;
+ void ZygoteForked() override;