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

Unified Diff: mojo/system/message_pipe_endpoint.cc

Issue 345463003: Mojo: MojoWaitFlags -> MojoHandleSignals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « mojo/system/message_pipe_endpoint.h ('k') | mojo/system/multiprocess_message_pipe_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/message_pipe_endpoint.cc
diff --git a/mojo/system/message_pipe_endpoint.cc b/mojo/system/message_pipe_endpoint.cc
index e415d7c254d4329e1cec25e5c993affb3ce09f42..f5ccfc771b31c48de661ac419e14cd5840857051 100644
--- a/mojo/system/message_pipe_endpoint.cc
+++ b/mojo/system/message_pipe_endpoint.cc
@@ -28,7 +28,7 @@ MojoResult MessagePipeEndpoint::ReadMessage(void* /*bytes*/,
}
MojoResult MessagePipeEndpoint::AddWaiter(Waiter* /*waiter*/,
- MojoWaitFlags /*flags*/,
+ MojoHandleSignals /*signals*/,
uint32_t /*context*/) {
NOTREACHED();
return MOJO_RESULT_INTERNAL;
« no previous file with comments | « mojo/system/message_pipe_endpoint.h ('k') | mojo/system/multiprocess_message_pipe_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698