Chromium Code Reviews| Index: base/process_util_linux.cc |
| =================================================================== |
| --- base/process_util_linux.cc (revision 69950) |
| +++ base/process_util_linux.cc (working copy) |
| @@ -220,8 +220,7 @@ |
| } |
| bool NamedProcessIterator::IncludeEntry() { |
| - // TODO(port): make this also work for non-ASCII filenames |
| - if (WideToASCII(executable_name_) != entry().exe_file()) |
| + if (executable_name_ != entry().exe_file()) |
| return false; |
| return ProcessIterator::IncludeEntry(); |
| } |