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

Unified Diff: trunk/src/ash/cancel_mode.cc

Issue 188843003: Revert 255368 "Clean up WindowEventDispatcher some more." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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/ash/cancel_mode.h ('k') | trunk/src/ash/first_run/desktop_cleaner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/cancel_mode.cc
===================================================================
--- trunk/src/ash/cancel_mode.cc (revision 255398)
+++ trunk/src/ash/cancel_mode.cc (working copy)
@@ -15,7 +15,7 @@
Shell::GetAllRootWindowControllers());
for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
i != controllers.end(); ++i) {
- (*i)->host()->dispatcher()->DispatchCancelModeEvent();
+ (*i)->host()->dispatcher()->AsWindowTreeHostDelegate()->OnHostCancelMode();
}
}
« no previous file with comments | « trunk/src/ash/cancel_mode.h ('k') | trunk/src/ash/first_run/desktop_cleaner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698