Index: base/message_pump_libevent.h |
=================================================================== |
--- base/message_pump_libevent.h (revision 90695) |
+++ base/message_pump_libevent.h (working copy) |
@@ -144,6 +144,10 @@ |
// This flag is set when inside Run. |
bool in_run_; |
+ // This flag is set if the message pump has processed I/O events for |
+ // registered FDs. |
+ bool processed_io_events_; |
+ |
// The time at which we should call DoDelayedWork. |
TimeTicks delayed_work_time_; |