| Index: chrome/browser/extensions/api/messaging/native_process_launcher_win.cc
|
| diff --git a/chrome/browser/extensions/api/messaging/native_process_launcher_win.cc b/chrome/browser/extensions/api/messaging/native_process_launcher_win.cc
|
| index 0fca48c50ac45f7040310a6986e5ed8dcbdde0e3..8b5ce1151b583e33aaeed03368b8358c12aa1290 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_process_launcher_win.cc
|
| +++ b/chrome/browser/extensions/api/messaging/native_process_launcher_win.cc
|
| @@ -146,7 +146,7 @@ bool NativeProcessLauncher::LaunchNativeProcess(
|
| base::string16 command_line_string = command_line.GetCommandLineString();
|
|
|
| base::string16 command = base::StringPrintf(
|
| - L"%ls /c %ls < %ls > %ls", comspec.get(), command_line_string.c_str(),
|
| + L"%ls /d /c %ls < %ls > %ls", comspec.get(), command_line_string.c_str(),
|
| in_pipe_name.c_str(), out_pipe_name.c_str());
|
|
|
| base::LaunchOptions options;
|
|
|