Index: remoting/host/win/wts_session_process_launcher.h |
diff --git a/remoting/host/win/wts_session_process_launcher.h b/remoting/host/win/wts_session_process_launcher.h |
index c4dce87d03eaefb741db2238665685f17de49011..dc78654ada660dcf6bd5dfae1d9fe401430a6213 100644 |
--- a/remoting/host/win/wts_session_process_launcher.h |
+++ b/remoting/host/win/wts_session_process_launcher.h |
@@ -8,7 +8,6 @@ |
#include <windows.h> |
#include "base/basictypes.h" |
-#include "base/file_path.h" |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
@@ -44,14 +43,12 @@ class WtsSessionProcessLauncher |
public IPC::Listener, |
public WtsConsoleObserver { |
public: |
- // Constructs a WtsSessionProcessLauncher object. |host_binary| is the name of |
- // the executable to be launched in the console session. All interaction with |
+ // Constructs a WtsSessionProcessLauncher object. All interaction with |
// |monitor| should happen on |main_message_loop|. |ipc_message_loop| has |
// to be an I/O message loop. |
WtsSessionProcessLauncher( |
const base::Closure& stopped_callback, |
WtsConsoleMonitor* monitor, |
- const FilePath& host_binary, |
scoped_refptr<base::SingleThreadTaskRunner> main_message_loop, |
scoped_refptr<base::SingleThreadTaskRunner> ipc_message_loop); |
@@ -81,9 +78,6 @@ class WtsSessionProcessLauncher |
// |session_token_|. |
void OnSendSasToConsole(); |
- // Name of the host executable. |
- FilePath host_binary_; |
- |
// Time of the last launch attempt. |
base::Time launch_time_; |