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

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

Issue 196383007: Updates comment for PlatformChannelPair::PassClientHandle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/embedder/platform_channel_pair.h
diff --git a/mojo/system/embedder/platform_channel_pair.h b/mojo/system/embedder/platform_channel_pair.h
index 268d14e2e0abfe9e7fb4bd7e24d3aceab88f58fa..411a18e7522030e1361e9db4e2cc4f56e242cbc3 100644
--- a/mojo/system/embedder/platform_channel_pair.h
+++ b/mojo/system/embedder/platform_channel_pair.h
@@ -50,7 +50,7 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
ScopedPlatformHandle PassServerHandle();
- // For in-process use (e.g., in tests).
+ // For in-process use (e.g., in tests or to pass over another channel).
ScopedPlatformHandle PassClientHandle();
// To be called in the child process, after the parent process called
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698