Index: ui/views/controls/menu/menu_controller.h |
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h |
index 9588186e979a7ea19079f779581815a4758d662e..f8bb62e279e92bfc8a579849d7b136bad14274ba 100644 |
--- a/ui/views/controls/menu/menu_controller.h |
+++ b/ui/views/controls/menu/menu_controller.h |
@@ -242,9 +242,6 @@ class VIEWS_EXPORT MenuController : public MessageLoop::Dispatcher { |
// Dispatcher method. This returns true if the menu was canceled, or |
// if the message is such that the menu should be closed. |
virtual bool Dispatch(const MSG& msg) OVERRIDE; |
-#elif defined(USE_WAYLAND) |
- virtual base::MessagePumpDispatcher::DispatchStatus Dispatch( |
- base::wayland::WaylandEvent* event) OVERRIDE; |
#elif defined(USE_AURA) |
virtual base::MessagePumpDispatcher::DispatchStatus Dispatch( |
XEvent* xevent) OVERRIDE; |