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

Unified Diff: mojo/edk/embedder/platform_channel_pair.h

Issue 2549363004: Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: More bot fixing. Created 4 years 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.h
diff --git a/mojo/edk/embedder/platform_channel_pair.h b/mojo/edk/embedder/platform_channel_pair.h
index f80de89cedd4dff02d37cd0c9b3bfd4206ffb4cd..b7e58df6c0fd5719e0d03df18d30da9b893e73e5 100644
--- a/mojo/edk/embedder/platform_channel_pair.h
+++ b/mojo/edk/embedder/platform_channel_pair.h
@@ -69,6 +69,7 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
// |PrepareToPassClientHandleToChildProcess()| and launched the child (using
// the provided data), to create a client handle connected to the server
// handle (in the parent process).
+ // TODO(jcivelli): remove the command_line param. http://b/670106
nyquist 2016/12/14 23:26:18 Are you sure this URL points to the right place? C
Jay Civelli 2016/12/15 01:28:14 Good catch, done.
static ScopedPlatformHandle PassClientHandleFromParentProcess(
const base::CommandLine& command_line);

Powered by Google App Engine
This is Rietveld 408576698