| Index: win8/delegate_execute/delegate_execute.cc
|
| diff --git a/win8/delegate_execute/delegate_execute.cc b/win8/delegate_execute/delegate_execute.cc
|
| index 2574619867595d62e289344acf8606ffdfdeac18..a41fb5bcc8ff8f886ceaa6847682cf671bae0315 100644
|
| --- a/win8/delegate_execute/delegate_execute.cc
|
| +++ b/win8/delegate_execute/delegate_execute.cc
|
| @@ -110,7 +110,7 @@ int RelaunchChrome(const DelegateExecuteOperation& operation) {
|
| // This could mean that Chrome is hung. Proceed to exterminate.
|
| base::Process process = operation.GetParent();
|
| AtlTrace("%ds timeout. Killing Chrome %d\n", kWaitSeconds, process.Pid());
|
| - process.Terminate(0);
|
| + process.Terminate(0, false);
|
| } else {
|
| AtlTrace("Failed to wait for relaunch mutex, result is 0x%x\n", result);
|
| }
|
|
|