| Index: chrome/test/chrome_process_util.cc
|
| diff --git a/chrome/test/chrome_process_util.cc b/chrome/test/chrome_process_util.cc
|
| index 8ad623901985ebc2d5bac02436d8ca5fbe2a03d5..c1b6931837ec23d35091e725228c70413de51835 100644
|
| --- a/chrome/test/chrome_process_util.cc
|
| +++ b/chrome/test/chrome_process_util.cc
|
| @@ -29,7 +29,7 @@ void TerminateAllChromeProcesses(const FilePath& data_dir) {
|
| base::ProcessHandle handle;
|
| // Ignore processes for which we can't open the handle. We don't guarantee
|
| // that all processes will terminate, only try to do so.
|
| - if (base::OpenProcessHandle(*it, &handle))
|
| + if (base::OpenPrivilegedProcessHandle(*it, &handle))
|
| handles.push_back(handle);
|
| }
|
| }
|
|
|