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

Unified Diff: mojo/edk/embedder/platform_channel_pair_win.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: mojo/edk/embedder/platform_channel_pair_win.cc
diff --git a/mojo/edk/embedder/platform_channel_pair_win.cc b/mojo/edk/embedder/platform_channel_pair_win.cc
index f523ade33576516442a6e08d933bb818fd65adb8..c909a9cfd02181aed1337bd7593db7ae14a9f359 100644
--- a/mojo/edk/embedder/platform_channel_pair_win.cc
+++ b/mojo/edk/embedder/platform_channel_pair_win.cc
@@ -90,7 +90,7 @@ PlatformChannelPair::PassClientHandleFromParentProcessFromString(
void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(
base::CommandLine* command_line,
- base::HandlesToInheritVector* handle_passing_info) const {
+ std::vector<HANDLE>* handle_passing_info) const {
DCHECK(command_line);
// Log a warning if the command line already has the switch, but "clobber" it

Powered by Google App Engine
This is Rietveld 408576698