| Index: components/nacl/browser/nacl_process_host.h
|
| diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
|
| index 88d2978ebb58f56d80d6301745352c1c42ce85ed..e042515281b9fc080316d4436d6effb6405372e1 100644
|
| --- a/components/nacl/browser/nacl_process_host.h
|
| +++ b/components/nacl/browser/nacl_process_host.h
|
| @@ -93,6 +93,11 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| // Do any minimal work that must be done at browser startup.
|
| static void EarlyStartup();
|
|
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| + // Launch the NaCl zygote early in the browser startup.
|
| + static void EarlyZygoteLaunch();
|
| +#endif // defined(OS_POSIX) && !defined(OS_MACOSX)
|
| +
|
| // Specifies throttling time in milliseconds for PpapiHostMsg_Keepalive IPCs.
|
| static void SetPpapiKeepAliveThrottleForTesting(unsigned milliseconds);
|
|
|
|
|