| Index: content/public/app/content_main_delegate.cc
|
| diff --git a/content/public/app/content_main_delegate.cc b/content/public/app/content_main_delegate.cc
|
| index 88ce4aa912c1b8eb495ed1971711e198297a638c..433300cfd8b13bba316c8f4ad534b46676b3314d 100644
|
| --- a/content/public/app/content_main_delegate.cc
|
| +++ b/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
|
|
|