diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/utility_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc index ae82e70..0b33d90 100644 --- a/chrome/browser/utility_process_host.cc +++ b/chrome/browser/utility_process_host.cc @@ -62,7 +62,7 @@ std::wstring UtilityProcessHost::GetUtilityProcessCmd() { bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) { // Name must be set or metrics_service will crash in any test which // launches a UtilityProcessHost. - set_name(L"utility_process_host_" + ASCIIToWide(channel_id())); + set_name(L"utility process"); if (!CreateChannel()) return false; |