Index: ui/views/focus/accelerator_handler_wayland.cc |
diff --git a/ui/views/focus/accelerator_handler_wayland.cc b/ui/views/focus/accelerator_handler_wayland.cc |
deleted file mode 100644 |
index 167ae68e0b76a878fb8079af2765f903d6b5df72..0000000000000000000000000000000000000000 |
--- a/ui/views/focus/accelerator_handler_wayland.cc |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "ui/views/focus/accelerator_handler.h" |
- |
-#include "ui/views/focus/focus_manager.h" |
- |
-namespace views { |
- |
-AcceleratorHandler::AcceleratorHandler() {} |
- |
-base::MessagePumpDispatcher::DispatchStatus |
- AcceleratorHandler::Dispatch(base::wayland::WaylandEvent* ev) { |
- return base::MessagePumpDispatcher::EVENT_IGNORED; |
-} |
- |
-} // namespace views |