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

Unified Diff: remoting/host/wts_session_process_launcher_win.cc

Issue 10823062: Introducing the DaemonProcess class that will implements core of the daemon process functionality. … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/wts_session_process_launcher_win.cc
diff --git a/remoting/host/wts_session_process_launcher_win.cc b/remoting/host/wts_session_process_launcher_win.cc
index 5e227c0d7b678c93a0a7da001aeebd9095a3a75f..61745401feeeacd758d7a54b5ac6ab039939c36c 100644
--- a/remoting/host/wts_session_process_launcher_win.cc
+++ b/remoting/host/wts_session_process_launcher_win.cc
@@ -214,9 +214,6 @@ bool CreatePipeForIpcChannel(void* instance,
namespace remoting {
-// Session id that does not represent any session.
-const uint32 kInvalidSessionId = 0xffffffff;
-
WtsSessionProcessLauncher::WtsSessionProcessLauncher(
const Shutdownable::Callback& done,
WtsConsoleMonitor* monitor,

Powered by Google App Engine
This is Rietveld 408576698