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

Unified Diff: mojo/public/cpp/bindings/lib/multiplex_router.h

Issue 1808583003: Mojo C++ bindings: MultiplexRouter more aggressively dispatch queued messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/multiplex_router.h
diff --git a/mojo/public/cpp/bindings/lib/multiplex_router.h b/mojo/public/cpp/bindings/lib/multiplex_router.h
index d2ce406bf96cc75bf57cce54e69a7b28d3ba1282..f66d202f79aa66e522a4a9d8db437ad48dde2873 100644
--- a/mojo/public/cpp/bindings/lib/multiplex_router.h
+++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
@@ -174,10 +174,8 @@ class MultiplexRouter
// Returns true to indicate that |task| has been processed. Otherwise the task
// will be added back to the front of the queue.
- // |*force_async| may be set to true to force subsequent tasks being processed
- // in an asynchronous manner.
- bool ProcessNotifyErrorTask(Task* task, bool* force_async);
- bool ProcessIncomingMessageTask(Task* task, bool* force_async);
+ bool ProcessNotifyErrorTask(Task* task, bool force_async);
+ bool ProcessIncomingMessageTask(Task* task, bool force_async);
void LockAndCallProcessTasks();
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698