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

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

Issue 2680973006: Mojo EDK: Add safe process connection API (Closed)
Patch Set: . Created 3 years, 10 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
« no previous file with comments | « mojo/edk/embedder/embedder_unittest.cc ('k') | mojo/edk/embedder/pending_process_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/named_platform_channel_pair.h
diff --git a/mojo/edk/embedder/named_platform_channel_pair.h b/mojo/edk/embedder/named_platform_channel_pair.h
index 71688861cc0770395f84f384fde3197a58ef2720..5a83ae3b85389fe4dfe96aa032eb1e32a485bd48 100644
--- a/mojo/edk/embedder/named_platform_channel_pair.h
+++ b/mojo/edk/embedder/named_platform_channel_pair.h
@@ -41,7 +41,7 @@ class MOJO_SYSTEM_IMPL_EXPORT NamedPlatformChannelPair {
~NamedPlatformChannelPair();
// Note: It is NOT acceptable to use this handle as a generic pipe channel. It
- // MUST be passed to mojo::edk::ChildProcessLaunched() only.
+ // MUST be passed to PendingProcessConnection::Connect() only.
ScopedPlatformHandle PassServerHandle();
// To be called in the child process, after the parent process called
« no previous file with comments | « mojo/edk/embedder/embedder_unittest.cc ('k') | mojo/edk/embedder/pending_process_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698