| Index: chrome/browser/task_manager/task_manager.cc
|
| diff --git a/chrome/browser/task_manager/task_manager.cc b/chrome/browser/task_manager/task_manager.cc
|
| index 1cb3c599f65b48ba0c007770585af3282a3ea224..d9f9321c75d1412aef5aaf80819e8757687443f8 100644
|
| --- a/chrome/browser/task_manager/task_manager.cc
|
| +++ b/chrome/browser/task_manager/task_manager.cc
|
| @@ -944,7 +944,7 @@ void TaskManager::KillProcess(int index) {
|
| base::ProcessHandle process = model_->GetResourceProcessHandle(index);
|
| DCHECK(process);
|
| if (process != base::GetCurrentProcessHandle())
|
| - base::KillProcess(process, base::PROCESS_END_KILLED_BY_USER, false);
|
| + base::KillProcess(process, base::EXIT_CODE_PROCESS_WAS_KILLED, false);
|
| }
|
|
|
| void TaskManager::ActivateProcess(int index) {
|
|
|