| Index: chrome/browser/automation/testing_automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.cc (revision 112374)
|
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy)
|
| @@ -2732,8 +2732,7 @@
|
| ChildProcessInfo* info = *iter;
|
| DictionaryValue* item = new DictionaryValue;
|
| item->SetString("name", info->name());
|
| - item->SetString("type",
|
| - ChildProcessInfo::GetTypeNameInEnglish(info->type()));
|
| + item->SetString("type", content::GetProcessTypeNameInEnglish(info->type()));
|
| item->SetInteger("pid", base::GetProcId(info->handle()));
|
| child_processes->Append(item);
|
| }
|
|
|