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

Unified Diff: ash/accelerators/nested_dispatcher_controller.h

Issue 280483003: wm: Change the DispatcherClient interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-tests Created 6 years, 7 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 | « no previous file | ash/accelerators/nested_dispatcher_controller.cc » ('j') | ui/wm/public/dispatcher_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/nested_dispatcher_controller.h
diff --git a/ash/accelerators/nested_dispatcher_controller.h b/ash/accelerators/nested_dispatcher_controller.h
index ebac2d2f03a6e73a6815a552ff24fc1d939d85c2..e9350f375dde641ef01ea914dd6e1a2e64948291 100644
--- a/ash/accelerators/nested_dispatcher_controller.h
+++ b/ash/accelerators/nested_dispatcher_controller.h
@@ -26,11 +26,12 @@ class ASH_EXPORT NestedDispatcherController
// aura::client::DispatcherClient:
virtual void RunWithDispatcher(
- base::MessagePumpDispatcher* dispatcher) OVERRIDE;
- virtual void QuitNestedMessageLoop() OVERRIDE;
+ base::MessagePumpDispatcher* dispatcher,
+ base::Closure* quit_closure) OVERRIDE;
private:
- base::Closure quit_closure_;
+ void QuitNestedMessageLoop(const base::Closure& quit_runloop);
+
scoped_ptr<AcceleratorDispatcher> accelerator_dispatcher_;
DISALLOW_COPY_AND_ASSIGN(NestedDispatcherController);
« no previous file with comments | « no previous file | ash/accelerators/nested_dispatcher_controller.cc » ('j') | ui/wm/public/dispatcher_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698