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

Unified Diff: ash/accelerators/nested_dispatcher_controller.h

Issue 162633002: aura: Remove an unnecessary parameter from DispatcherClient::RunWithDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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') | no next file with comments »
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 b0c2b9a78c5f955c53b3282892f7c19df30657a9..958cbae26da5a611bdecacb4d89c5466a3f6fa5a 100644
--- a/ash/accelerators/nested_dispatcher_controller.h
+++ b/ash/accelerators/nested_dispatcher_controller.h
@@ -23,8 +23,7 @@ class ASH_EXPORT NestedDispatcherController
virtual ~NestedDispatcherController();
virtual void RunWithDispatcher(base::MessagePumpDispatcher* dispatcher,
- aura::Window* associated_window,
- bool nestable_tasks_allowed) OVERRIDE;
+ aura::Window* associated_window) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(NestedDispatcherController);
« no previous file with comments | « no previous file | ash/accelerators/nested_dispatcher_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698