Index: ash/wm/activation_controller.cc |
diff --git a/ash/wm/activation_controller.cc b/ash/wm/activation_controller.cc |
index 55440785982e9bf233c0a0afacc8b8b6b4754216..a17109ed57584852cff09bdd8bfca46add7584c8 100644 |
--- a/ash/wm/activation_controller.cc |
+++ b/ash/wm/activation_controller.cc |
@@ -272,8 +272,7 @@ void ActivationController::OnWindowFocused(aura::Window* gained_focus, |
//////////////////////////////////////////////////////////////////////////////// |
// ActivationController, ui::EventHandler implementation: |
-ui::EventResult ActivationController::OnKeyEvent(ui::KeyEvent* event) { |
- return ui::ER_UNHANDLED; |
+void ActivationController::OnKeyEvent(ui::KeyEvent* event) { |
} |
ui::EventResult ActivationController::OnMouseEvent(ui::MouseEvent* event) { |