| 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 7e120f40efbaa8a4dd0d1467fcafe1508509c847..b9999cc18072ce2f6b5d5c9381ca4f7f91129256 100644
|
| --- a/extensions/shell/app/shell_main_delegate.h
|
| +++ b/extensions/shell/app/shell_main_delegate.h
|
| @@ -31,6 +31,8 @@ class ShellMainDelegate : public content::ContentMainDelegate {
|
| virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
|
| virtual content::ContentRendererClient* CreateContentRendererClient()
|
| OVERRIDE;
|
| + virtual void ZygoteStarting(
|
| + ScopedVector<content::ZygoteForkDelegate>* delegates) OVERRIDE;
|
|
|
| protected:
|
| // The created object is owned by this object.
|
|
|