diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 19:17:38 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 19:17:38 +0000 |
commit | 26f2e88806cccf277afc433cd82d2a24da129f0f (patch) | |
tree | cc29d1a21cc03e5417b97826fafd0603eaf7af08 /chrome | |
parent | fc83232ba686ecbd8791e3f1295e4426964f3650 (diff) | |
download | chromium_src-26f2e88806cccf277afc433cd82d2a24da129f0f.zip chromium_src-26f2e88806cccf277afc433cd82d2a24da129f0f.tar.gz chromium_src-26f2e88806cccf277afc433cd82d2a24da129f0f.tar.bz2 |
Fix minor naming issue (see http://codereview.chromium.org/149255).
Review URL: http://codereview.chromium.org/155435
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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; |