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

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: CR feedback + rebased on top of https://chromiumcodereview.appspot.com/10829467/ (Patch Set 5) 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 86784091f80736f91e7dd2a7e8950d13e4fc43fc..0be826e1f3142abf4a9ff17f70412a2ccbc60f89 100644
--- a/remoting/host/win/host_service.cc
+++ b/remoting/host/win/host_service.cc
@@ -80,8 +80,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,
- switches::kVModule };
+ "host-config", "daemon-pipe", switches::kV, switches::kVModule };
// Exit codes:
const int kSuccessExitCode = 0;

Powered by Google App Engine
This is Rietveld 408576698