DescriptionSome cleanups for the message_loop.h/cc.
The cleanups include:
* Remove some #includes and typedefs from message_loop.h
* Remove MessageLoop::Observer, and add MessageLoopForUI:Observer instead.
* Wrap all of MessageLoopForUI inside !defined(OS_NACL).
* Remove some pump_*() accessors (e.g. pump_win(), pump_libevent()), and
use static_cast<> instead where necessary.
* Add a MessagePumpForIO typedef in message_loop.cc for the various IO
message-pumps, and remove MESSAGE_PUMP_IO macro for creating the io pumps.
* Simplify the #ifdef's for MESSAGE_PUMP_UI macro.
BUG=none
R=darin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265451
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #Patch Set 4 : . #Patch Set 5 : . #Patch Set 6 : . #Patch Set 7 : . #Patch Set 8 : . #Patch Set 9 : tot-merge #
Messages
Total messages: 3 (0 generated)
|