Chromium Code Reviews| Index: chrome_frame/test_utils.cc |
| =================================================================== |
| --- chrome_frame/test_utils.cc (revision 55540) |
| +++ chrome_frame/test_utils.cc (working copy) |
| @@ -297,7 +297,6 @@ |
| base::NamedProcessIterator iter(process_name, &filter); |
| while (const base::ProcessEntry* entry = iter.NextProcessEntry()) { |
| if (!base::KillProcessById(entry->pid(), 0, true)) { |
| - DLOG(ERROR) << "Failed to kill process " << (*entry).th32ProcessID; |
| result = false; |
| } |
| } |