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

Unified Diff: third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc Created 5 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
Index: third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc
diff --git a/third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc b/third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc
index ad02222ddb1c19ed33087fd445510abff5ce2190..c2982380dfc27f7ec23c8cc3093b88a9b60cbc23 100644
--- a/third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc
+++ b/third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc
@@ -79,8 +79,7 @@ TEST(DataPipeTest, ValidateCreateOptionsValid) {
// Different flags.
MojoCreateDataPipeOptionsFlags flags_values[] = {
- MOJO_CREATE_DATA_PIPE_OPTIONS_FLAG_NONE,
- MOJO_CREATE_DATA_PIPE_OPTIONS_FLAG_MAY_DISCARD};
+ MOJO_CREATE_DATA_PIPE_OPTIONS_FLAG_NONE};
for (size_t i = 0; i < arraysize(flags_values); i++) {
const MojoCreateDataPipeOptionsFlags flags = flags_values[i];

Powered by Google App Engine
This is Rietveld 408576698