summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/app/content_main_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/app/content_main_delegate.cc')
-rw-r--r--chromium/content/public/app/content_main_delegate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/public/app/content_main_delegate.cc b/chromium/content/public/app/content_main_delegate.cc
index 88ce4aa912c..433300cfd8b 100644
--- a/chromium/content/public/app/content_main_delegate.cc
+++ b/chromium/content/public/app/content_main_delegate.cc
@@ -42,8 +42,8 @@ bool ContentMainDelegate::DelaySandboxInitialization(
#elif defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_IOS)
-ZygoteForkDelegate* ContentMainDelegate::ZygoteStarting() {
- return NULL;
+void ContentMainDelegate::ZygoteStarting(
+ ScopedVector<ZygoteForkDelegate>* delegates) {
}
#endif