| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 7ea3d603bd052b713b34cb51640b54f07b420406..213077474962b95f010c09a4a86e6fa2541ca121 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -65,9 +65,6 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
| Window* mouse_pressed_handler() { return mouse_pressed_handler_; }
|
| Window* mouse_moved_handler() { return mouse_moved_handler_; }
|
|
|
| - // Stop listening events in preparation for shutdown.
|
| - void PrepareForShutdown();
|
| -
|
| // Repost event for re-processing. Used when exiting context menus.
|
| // We only support the ET_MOUSE_PRESSED and ET_GESTURE_TAP_DOWN event
|
| // types (although the latter is currently a no-op).
|
|
|