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

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

Issue 10832068: Moving Windows-only files: remoting/host -> remoting/host/win. (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
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.h ('k') | remoting/host/wts_console_monitor_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/wts_session_process_launcher.cc
===================================================================
--- remoting/host/win/wts_session_process_launcher.cc (revision 0)
+++ remoting/host/win/wts_session_process_launcher.cc (working copy)
@@ -5,7 +5,7 @@
// This file implements the Windows service controlling Me2Me host processes
// running within user sessions.
-#include "remoting/host/wts_session_process_launcher_win.h"
+#include "remoting/host/win/wts_session_process_launcher.h"
#include <windows.h>
#include <sddl.h>
@@ -26,9 +26,9 @@
#include "ipc/ipc_message_macros.h"
#include "remoting/host/constants.h"
#include "remoting/host/chromoting_messages.h"
-#include "remoting/host/launch_process_in_session_win.h"
#include "remoting/host/sas_injector.h"
-#include "remoting/host/wts_console_monitor_win.h"
+#include "remoting/host/win/launch_process_with_token.h"
+#include "remoting/host/win/wts_console_monitor.h"
using base::win::ScopedHandle;
using base::TimeDelta;
@@ -265,7 +265,7 @@
// Try to launch the process and attach an object watcher to the returned
// handle so that we get notified when the process terminates.
- if (LaunchProcessInSession(host_binary_,
+ if (LaunchProcessWithToken(host_binary_,
command_line.GetCommandLineString(),
session_token_,
&process_)) {
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.h ('k') | remoting/host/wts_console_monitor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698