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

Unified Diff: third_party/mojo/src/mojo/public/python/c_core.pxd

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/public/python/c_core.pxd
diff --git a/third_party/mojo/src/mojo/public/python/c_core.pxd b/third_party/mojo/src/mojo/public/python/c_core.pxd
index bd3edd933e8a8b90194d6e8f398f01ca65ebee6f..fd8fb89c937b7cb28dfbe6fe18a252ff0d075ceb 100644
--- a/third_party/mojo/src/mojo/public/python/c_core.pxd
+++ b/third_party/mojo/src/mojo/public/python/c_core.pxd
@@ -106,7 +106,6 @@ cdef extern from "mojo/public/c/system/core.h" nogil:
# data_pipe.h
ctypedef uint32_t MojoCreateDataPipeOptionsFlags
const MojoCreateDataPipeOptionsFlags MOJO_CREATE_DATA_PIPE_OPTIONS_FLAG_NONE
- const MojoCreateDataPipeOptionsFlags MOJO_CREATE_DATA_PIPE_OPTIONS_FLAG_MAY_DISCARD
cdef struct MojoCreateDataPipeOptions:
uint32_t struct_size

Powered by Google App Engine
This is Rietveld 408576698