| Index: content/browser/utility_process_host_impl.h
|
| diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
|
| index 46dc6bf2486f91282c3587efabd3a6f9f65d7915..94aafa7c51732d6ad07a92d0dc51bd959efeedd1 100644
|
| --- a/content/browser/utility_process_host_impl.h
|
| +++ b/content/browser/utility_process_host_impl.h
|
| @@ -63,11 +63,6 @@
|
|
|
| void set_child_flags(int flags) { child_flags_ = flags; }
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
|
| - // Launch the zygote early in the browser startup.
|
| - static void EarlyZygoteLaunch();
|
| -#endif // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
|
| -
|
| private:
|
| // Starts a process if necessary. Returns true if it succeeded or a process
|
| // has already been started via StartBatchMode().
|
|
|