| Index: content/common/sandbox_policy.cc
|
| ===================================================================
|
| --- content/common/sandbox_policy.cc (revision 118516)
|
| +++ content/common/sandbox_policy.cc (working copy)
|
| @@ -440,7 +440,7 @@
|
|
|
| // If it is the GPU process then it can be disabled by a command line flag.
|
| if ((type == content::PROCESS_TYPE_GPU) &&
|
| - (browser_command_line.HasSwitch(switches::kDisableGpuSandbox))) {
|
| + (cmd_line->HasSwitch(switches::kDisableGpuSandbox))) {
|
| in_sandbox = false;
|
| DVLOG(1) << "GPU sandbox is disabled";
|
| }
|
|
|