| Index: remoting/host/wts_session_process_launcher_win.h
|
| diff --git a/remoting/host/wts_session_process_launcher_win.h b/remoting/host/wts_session_process_launcher_win.h
|
| index a0c3885a110dd71d8129575c81bbade05802439a..69d092380f6f988a0e3c1a173c530614b0325dd3 100644
|
| --- a/remoting/host/wts_session_process_launcher_win.h
|
| +++ b/remoting/host/wts_session_process_launcher_win.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 Shutdownable::Callback& done,
|
| 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_;
|
|
|
|
|