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

Unified Diff: ui/views/widget/desktop_aura/desktop_dispatcher_client.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
Index: ui/views/widget/desktop_aura/desktop_dispatcher_client.h
diff --git a/ui/views/widget/desktop_aura/desktop_dispatcher_client.h b/ui/views/widget/desktop_aura/desktop_dispatcher_client.h
index dfc5179a491df412cf51dcdd33b9ddcae7d6896e..b59f4da2027779879bec7e87f6b29ababbcfc611 100644
--- a/ui/views/widget/desktop_aura/desktop_dispatcher_client.h
+++ b/ui/views/widget/desktop_aura/desktop_dispatcher_client.h
@@ -19,8 +19,7 @@ class VIEWS_EXPORT DesktopDispatcherClient
virtual ~DesktopDispatcherClient();
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(DesktopDispatcherClient);
« no previous file with comments | « ui/views/controls/menu/menu_controller_aura.cc ('k') | ui/views/widget/desktop_aura/desktop_dispatcher_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698