| 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 a445d9da01a24beb5a8eee5116497291277fd7fb..577c0746c2a08ae5b44fdb6ab2b6bffd86393422 100644
|
| --- a/remoting/host/win/wts_session_process_launcher.h
|
| +++ b/remoting/host/win/wts_session_process_launcher.h
|
| @@ -93,9 +93,6 @@ class WtsSessionProcessLauncher
|
| // This pointer is used to unsubscribe from session attach and detach events.
|
| WtsConsoleMonitor* monitor_;
|
|
|
| - // Impersonation token that has the SE_TCB_NAME privilege enabled.
|
| - base::win::ScopedHandle privileged_token_;
|
| -
|
| // The handle of the process injected into the console session.
|
| base::Process process_;
|
|
|
|
|