Index: mojo/public/utility/run_loop.h |
diff --git a/mojo/public/utility/run_loop.h b/mojo/public/utility/run_loop.h |
index 839d6de26743fb701f55da0cb02c83103d323ecb..0d6940f28f8a2237350dfb34aecc75a00e184bab 100644 |
--- a/mojo/public/utility/run_loop.h |
+++ b/mojo/public/utility/run_loop.h |
@@ -37,6 +37,7 @@ class RunLoop { |
MojoWaitFlags wait_flags, |
MojoDeadline deadline); |
void RemoveHandler(const Handle& handle); |
+ bool HasHandler(const Handle& handle); |
sky
2014/01/07 23:02:28
nit: make const.
|
// Runs the loop servicing handles as they are ready. This returns when Quit() |
// is invoked, or there no more handles. |