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

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

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Fix Created 3 years, 6 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_delegate.cc
diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc
index 6a55c11449f675a1ac8c86936bd1e8f6d1050c73..8dbeebebc1e680758ebe848ae4b9224d14f37678 100644
--- a/remoting/host/win/wts_session_process_delegate.cc
+++ b/remoting/host/win/wts_session_process_delegate.cc
@@ -401,7 +401,7 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() {
std::unique_ptr<mojo::edk::PlatformChannelPair> normal_mojo_channel;
std::unique_ptr<mojo::edk::NamedPlatformChannelPair> elevated_mojo_channel;
- base::HandlesToInheritVector handles_to_inherit;
+ std::vector<HANDLE> handles_to_inherit;
if (launch_elevated_) {
// Pass the name of the IPC channel to use.
mojo::edk::NamedPlatformChannelPair::Options options;

Powered by Google App Engine
This is Rietveld 408576698