| Index: content/browser/zygote_host/zygote_host_impl_linux.h
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h
|
| index 95591a4b1be800295d375de9bd734fa50cbf5167..2cb1abd1af2f436c31cf48a41af33fe3ca2707be 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.h
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.h
|
| @@ -26,6 +26,10 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost {
|
|
|
| void Init(const std::string& sandbox_cmd);
|
|
|
| + // Notify the Zygote to exit immediately. This object should not be
|
| + // used afterwards.
|
| + void TearDown();
|
| +
|
| // Tries to start a process of type indicated by process_type.
|
| // Returns its pid on success, otherwise
|
| // base::kNullProcessHandle;
|
|
|