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