| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 486cd42220d210c531f6fcaaa862f7ffb5dffb0e..9d5f3f03e16497f3a00786b07b801ed8a1f66bcb 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -858,7 +858,7 @@ bool ChromeMainDelegate::DelaySandboxInitialization(
|
| void ChromeMainDelegate::ZygoteStarting(
|
| ScopedVector<content::ZygoteForkDelegate>* delegates) {
|
| #if !defined(DISABLE_NACL)
|
| - delegates->push_back(new NaClForkDelegate());
|
| + nacl::AddNaClZygoteForkDelegates(delegates);
|
| #endif
|
| }
|
|
|
|
|