| Index: chrome/common/sandbox_init_wrapper_mac.cc
|
| diff --git a/chrome/common/sandbox_init_wrapper_mac.cc b/chrome/common/sandbox_init_wrapper_mac.cc
|
| index 229b32130771497a93817c573bfc5627e3da8c51..540b6daef7875b521c1151b9bd68add9b5f350d9 100644
|
| --- a/chrome/common/sandbox_init_wrapper_mac.cc
|
| +++ b/chrome/common/sandbox_init_wrapper_mac.cc
|
| @@ -67,7 +67,7 @@ bool SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line,
|
| }
|
|
|
| // Warm up APIs before turning on the sandbox.
|
| - Sandbox::SandboxWarmup();
|
| + Sandbox::SandboxWarmup(sandbox_process_type);
|
|
|
| // Actually sandbox the process.
|
| return Sandbox::EnableSandbox(sandbox_process_type, allowed_dir);
|
|
|