| Index: content/common/sandbox_policy.cc
|
| ===================================================================
|
| --- content/common/sandbox_policy.cc (revision 163632)
|
| +++ content/common/sandbox_policy.cc (working copy)
|
| @@ -729,8 +729,7 @@
|
| cmd_line->AppendSwitch(switches::kAllowNoSandboxJob);
|
| }
|
|
|
| - bool child_needs_help =
|
| - DebugFlags::ProcessDebugFlags(cmd_line, type, in_sandbox);
|
| + bool child_needs_help = ProcessDebugFlags(cmd_line, type, in_sandbox);
|
|
|
| // Prefetch hints on windows:
|
| // Using a different prefetch profile per process type will allow Windows
|
|
|