Update install_worker.cc
This commit is contained in:
parent
52c0ae6c60
commit
b24da69834
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ class ProcessPathPrefixFilter : public base::ProcessFilter {
|
|||
|
||||
// Gracefully closes previous Chrome process in |target_path|.
|
||||
void ClosePreviousChromeProcess(const base::FilePath& target_path) {
|
||||
const wchar_t kChromeExe[] = L"thorium.exe";
|
||||
ProcessPathPrefixFilter target_path_filter(target_path.value());
|
||||
base::CleanupProcesses(installer::kChromeExe, base::TimeDelta(),
|
||||
content::RESULT_CODE_NORMAL_EXIT, &target_path_filter);
|
||||
|
|
Loading…
Reference in a new issue