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

Unified Diff: mojo/public/system/core.h

Issue 117763003: Mojo: Beginnings of (local) data pipe tests + more refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another small fix + more tests Created 7 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
« no previous file with comments | « no previous file | mojo/system/data_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/core.h
diff --git a/mojo/public/system/core.h b/mojo/public/system/core.h
index 2ecba5be012a0f2b4863b018f6b3d20f0a7f9075..f22ec385d39b65aace03370f7e6cadcc8f217421 100644
--- a/mojo/public/system/core.h
+++ b/mojo/public/system/core.h
@@ -239,7 +239,7 @@ MOJO_COMPILE_ASSERT(sizeof(MojoCreateDataPipeOptions) == 16,
// |MojoWriteDataFlags|: Used to specify different modes to |MojoWriteData()|
// and |MojoBeginWriteData()|.
// |MOJO_WRITE_DATA_FLAG_NONE| - No flags; default mode.
-// |MOJO_WRITE_DATA_FLAG_ALL_OR_NOTHING| - Write either all the elements
+// |MOJO_WRITE_DATA_FLAG_ALL_OR_NONE| - Write either all the elements
// requested or none of them.
typedef uint32_t MojoWriteDataFlags;
« no previous file with comments | « no previous file | mojo/system/data_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698