Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: trunk/src/base/run_loop.h

Issue 138433008: Revert 245226 "Nukes MessageLoop::Dispatcher" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/base/message_loop/message_loop.h ('k') | trunk/src/base/run_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/run_loop.h
===================================================================
--- trunk/src/base/run_loop.h (revision 245238)
+++ trunk/src/base/run_loop.h (working copy)
@@ -15,10 +15,6 @@
class MessagePumpForUI;
#endif
-#if defined(USE_AURA)
-class MessagePumpDispatcher;
-#endif
-
#if defined(OS_IOS)
class MessagePumpUIApplication;
#endif
@@ -32,12 +28,12 @@
public:
RunLoop();
#if defined(USE_AURA)
- explicit RunLoop(MessagePumpDispatcher* dispatcher);
+ explicit RunLoop(MessageLoop::Dispatcher* dispatcher);
#endif
~RunLoop();
#if defined(USE_AURA)
- void set_dispatcher(MessagePumpDispatcher* dispatcher) {
+ void set_dispatcher(MessageLoop::Dispatcher* dispatcher) {
dispatcher_ = dispatcher;
}
#endif
@@ -100,7 +96,7 @@
RunLoop* previous_run_loop_;
#if defined(USE_AURA)
- MessagePumpDispatcher* dispatcher_;
+ MessageLoop::Dispatcher* dispatcher_;
#endif
// Used to count how many nested Run() invocations are on the stack.
« no previous file with comments | « trunk/src/base/message_loop/message_loop.h ('k') | trunk/src/base/run_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698