Index: content/common/sandbox_win.cc |
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc |
index 6be38a2abea5d021346613b9ae2da568ea442c6c..a73296c94017d76a2e8eff7c76b6116240e5ccf9 100644 |
--- a/content/common/sandbox_win.cc |
+++ b/content/common/sandbox_win.cc |
@@ -576,7 +576,7 @@ base::ProcessHandle StartSandboxedProcess( |
bool in_sandbox = true; |
if (delegate) |
- delegate->ShouldSandbox(&in_sandbox); |
+ in_sandbox = delegate->ShouldSandbox(); |
if (browser_command_line.HasSwitch(switches::kNoSandbox) || |
cmd_line->HasSwitch(switches::kNoSandbox)) { |