Index: views/controls/button/custom_button.cc |
=================================================================== |
--- views/controls/button/custom_button.cc (revision 74437) |
+++ views/controls/button/custom_button.cc (working copy) |
@@ -137,7 +137,7 @@ |
SetState(BS_NORMAL); |
KeyEvent key_event(ui::ET_KEY_RELEASED, accelerator.GetKeyCode(), |
- accelerator.modifiers(), 0, 0); |
+ accelerator.modifiers()); |
NotifyClick(key_event); |
return true; |
} |