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

Unified Diff: ash/accelerators/nested_dispatcher_controller.cc

Issue 139593002: Nukes MessageLoop::Dispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: ash/accelerators/nested_dispatcher_controller.cc
diff --git a/ash/accelerators/nested_dispatcher_controller.cc b/ash/accelerators/nested_dispatcher_controller.cc
index 82e477cd782e5052e4949d7e926cb5b913d47a6d..d30d66d23458e88d4271c7ae7476235a3a50eed5 100644
--- a/ash/accelerators/nested_dispatcher_controller.cc
+++ b/ash/accelerators/nested_dispatcher_controller.cc
@@ -17,7 +17,7 @@ NestedDispatcherController::~NestedDispatcherController() {
}
void NestedDispatcherController::RunWithDispatcher(
- base::MessageLoop::Dispatcher* nested_dispatcher,
+ base::MessagePumpDispatcher* nested_dispatcher,
aura::Window* associated_window,
bool nestable_tasks_allowed) {
base::MessageLoopForUI* loop = base::MessageLoopForUI::current();
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller.h ('k') | ash/accelerators/nested_dispatcher_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698