| Index: chrome/common/sandbox_policy.cc
|
| diff --git a/chrome/common/sandbox_policy.cc b/chrome/common/sandbox_policy.cc
|
| index 5fcb98ea3b598d62367c09a570567a2d735a50f0..b8d9b8aba27be03bd7d3d48c74660f6ff6a2544c 100644
|
| --- a/chrome/common/sandbox_policy.cc
|
| +++ b/chrome/common/sandbox_policy.cc
|
| @@ -479,7 +479,7 @@ base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
|
| // Prefetch hints on windows:
|
| // Using a different prefetch profile per process type will allow Windows
|
| // to create separate pretetch settings for browser, renderer etc.
|
| - cmd_line->AppendLooseValue(StringPrintf(L"/prefetch:%d", type));
|
| + cmd_line->AppendArg(StringPrintf("/prefetch:%d", type));
|
|
|
| if (!in_sandbox) {
|
| base::LaunchApp(*cmd_line, false, false, &process);
|
|
|