| Index: chrome/browser/nacl_host/nacl_browser.cc
|
| ===================================================================
|
| --- chrome/browser/nacl_host/nacl_browser.cc (revision 167629)
|
| +++ chrome/browser/nacl_host/nacl_browser.cc (working copy)
|
| @@ -39,9 +39,9 @@
|
| FilePath::StringType irt_name;
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableNaClSRPCProxy))
|
| + irt_name.append(FILE_PATH_LITERAL("nacl_irt_srpc_"));
|
| + else
|
| irt_name.append(FILE_PATH_LITERAL("nacl_irt_"));
|
| - else
|
| - irt_name.append(FILE_PATH_LITERAL("nacl_ipc_irt_"));
|
|
|
| #if defined(ARCH_CPU_X86_FAMILY)
|
| #if defined(ARCH_CPU_X86_64)
|
|
|