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

Unified Diff: mojo/system/raw_channel.h

Issue 205243009: Mojo: Update comment in raw_channel.h. (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/raw_channel.h
diff --git a/mojo/system/raw_channel.h b/mojo/system/raw_channel.h
index 8d8d23519a2bbf6876a01f62d92b92b632abe191..2eb28f67ac474adc97779389435dc57bdf1c6cae 100644
--- a/mojo/system/raw_channel.h
+++ b/mojo/system/raw_channel.h
@@ -24,8 +24,8 @@ class MessageLoopForIO;
namespace mojo {
namespace system {
-// |RawChannel| is an interface to objects that wrap an OS "pipe". It presents
-// the following interface to users:
+// |RawChannel| is an interface and base class for objects that wrap an OS
+// "pipe". It presents the following interface to users:
// - Receives and dispatches messages on an I/O thread (running a
// |MessageLoopForIO|.
// - Provides a thread-safe way of writing messages (|WriteMessage()|);
« 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