summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/lib/multiplex_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/bindings/lib/multiplex_router.h')
-rw-r--r--mojo/public/cpp/bindings/lib/multiplex_router.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mojo/public/cpp/bindings/lib/multiplex_router.h b/mojo/public/cpp/bindings/lib/multiplex_router.h
index d2ce406..f66d202 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();