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

Unified Diff: mojo/common/message_pump_mojo.h

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 Created 5 years, 11 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/common/data_pipe_utils.cc ('k') | mojo/common/message_pump_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/message_pump_mojo.h
diff --git a/mojo/common/message_pump_mojo.h b/mojo/common/message_pump_mojo.h
index 2d91d4ce888fcea1cb0ebdc8abdcfa1eddefdc02..b313271d408d5b4d02aef9fb22524afc84d2056b 100644
--- a/mojo/common/message_pump_mojo.h
+++ b/mojo/common/message_pump_mojo.h
@@ -91,9 +91,11 @@ class MOJO_COMMON_EXPORT MessagePumpMojo : public base::MessagePump {
// handle has become ready, |false| otherwise.
bool DoInternalWork(const RunState& run_state, bool block);
- // Removes the first invalid handle. This is called if MojoWaitMany finds an
+ // Removes the given invalid handle. This is called if MojoWaitMany finds an
// invalid handle.
- void RemoveFirstInvalidHandle(const WaitState& wait_state);
+ void RemoveInvalidHandle(const WaitState& wait_state,
+ MojoResult result,
+ uint32_t result_index);
void SignalControlPipe(const RunState& run_state);
« no previous file with comments | « mojo/common/data_pipe_utils.cc ('k') | mojo/common/message_pump_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698