Index: components/nacl/browser/nacl_process_host.cc |
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc |
index 35c061596fa4837b8f35e1bcf7c56771f516dff5..84e48f3f44ed52b5f1f001b37f2a809b7de39842 100644 |
--- a/components/nacl/browser/nacl_process_host.cc |
+++ b/components/nacl/browser/nacl_process_host.cc |
@@ -316,7 +316,7 @@ NaClProcessHost::NaClProcessHost( |
// We aren't on the UI thread so getting the pref locale for language |
// formatting isn't possible, so IDN will be lost, but this is probably OK |
// for this use case. |
- process_->SetName(url_formatter::FormatUrl(manifest_url_, std::string())); |
+ process_->SetName(url_formatter::FormatUrl(manifest_url_)); |
enable_debug_stub_ = base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableNaClDebug); |