| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 53b382741b5f79a498b50bcb7efd49e1b198b1ae..f8f6e2a641e2292bc53d7c8967afac65872aed41 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -31,7 +31,7 @@ class ChromeMainDelegate : public content::ContentMainDelegate {
|
| virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE;
|
| virtual bool DelaySandboxInitialization(
|
| const std::string& process_type) OVERRIDE;
|
| -#elif defined(OS_POSIX)
|
| +#elif defined(OS_POSIX) && !defined(OS_ANDROID)
|
| virtual content::ZygoteForkDelegate* ZygoteStarting() OVERRIDE;
|
| virtual void ZygoteForked() OVERRIDE;
|
| #endif
|
|
|