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

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 and rebased on top of https://chromiumcodereview.appspot.com/10829467/ 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 55a4fb3189c39eaed409b75ce52dcc59daca297b..bfd6a347cd7a108a28408028fb2612c1045450a6 100644
--- a/remoting/host/win/host_service.cc
+++ b/remoting/host/win/host_service.cc
@@ -81,8 +81,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