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

Unified Diff: remoting/host/win/host_service.cc

Issue 10855249: [Chromoting] The daemon process now starts the networking process and passes the host configuration… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: remoting/host/win/host_service.cc
diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
index 87088fe39b70047694f6a0a14892e7343890e105..9e28cf532187e54c4849c5672c8ec6f66d2971a0 100644
--- a/remoting/host/win/host_service.cc
+++ b/remoting/host/win/host_service.cc
@@ -79,7 +79,7 @@ const wchar_t kUsageMessage[] =
// The command line parameters that should be copied from the service's command
// line when launching an elevated child.
const char* kCopiedSwitchNames[] = {
- "auth-config", "host-config", "chromoting-ipc", switches::kV,
+ "auth-config", "host-config", "daemon-pipe", switches::kV,
switches::kVModule };
// Exit codes:

Powered by Google App Engine
This is Rietveld 408576698