| Index: ui/views/widget/desktop_aura/desktop_activation_client.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_activation_client.cc b/ui/views/widget/desktop_aura/desktop_activation_client.cc
|
| index 0581e1b9614f9cee85dbac35c5b1b6af01e55fb6..181f1dd35912b5a82ada9811401c2a41ab547cde 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_activation_client.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_activation_client.cc
|
| @@ -158,8 +158,7 @@ bool DesktopActivationClient::CanActivateWindow(aura::Window* window) const {
|
| aura::client::GetActivationDelegate(window)->ShouldActivate());
|
| }
|
|
|
| -ui::EventResult DesktopActivationClient::OnKeyEvent(ui::KeyEvent* event) {
|
| - return ui::ER_UNHANDLED;
|
| +void DesktopActivationClient::OnKeyEvent(ui::KeyEvent* event) {
|
| }
|
|
|
| ui::EventResult DesktopActivationClient::OnMouseEvent(ui::MouseEvent* event) {
|
|
|