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

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

Issue 10828160: [Chromoting] Move CreateSessionToken() next to launch process utilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 8 years, 4 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/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_;

Powered by Google App Engine
This is Rietveld 408576698