| Index: extensions/shell/app/shell_main_delegate.h
|
| diff --git a/extensions/shell/app/shell_main_delegate.h b/extensions/shell/app/shell_main_delegate.h
|
| index a117d693a5ac3b280157a32175636f1b4c144846..f29ac4268cbe9d40ed4b1ee055d1ac9ec8ce59ed 100644
|
| --- a/extensions/shell/app/shell_main_delegate.h
|
| +++ b/extensions/shell/app/shell_main_delegate.h
|
| @@ -30,8 +30,10 @@ class ShellMainDelegate : public content::ContentMainDelegate {
|
| virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
|
| virtual content::ContentRendererClient* CreateContentRendererClient()
|
| OVERRIDE;
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| virtual void ZygoteStarting(
|
| ScopedVector<content::ZygoteForkDelegate>* delegates) OVERRIDE;
|
| +#endif
|
|
|
| protected:
|
| // The created object is owned by this object.
|
|
|