| 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);
|
|
|