Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2928)

Unified Diff: chrome/browser/extensions/api/messaging/native_process_launcher_win.cc

Issue 2817383002: On windows call a "Native messaging host" with /D (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698