Chromium Code Reviews| Index: ui/views/controls/menu/menu_controller.cc |
| diff --git a/ui/views/controls/menu/menu_controller.cc b/ui/views/controls/menu/menu_controller.cc |
| index f0c1cc1f04b8528ced9ef4f6b32ba6b99b846c81..74676dd3401ccc406d6ff6656780042aa7eb765d 100644 |
| --- a/ui/views/controls/menu/menu_controller.cc |
| +++ b/ui/views/controls/menu/menu_controller.cc |
| @@ -895,7 +895,8 @@ base::MessagePumpDispatcher::DispatchStatus |
| return base::MessagePumpDispatcher::EVENT_QUIT; |
| // TODO(oshima): support SelectChar |
|
oshima
2011/12/16 00:37:13
jenny, while we're at it, can you file a bug for t
jennyz
2011/12/16 17:10:19
Done.
|
| - break; |
| + |
| + return base::MessagePumpDispatcher::EVENT_PROCESSED; |
| case ui::ET_KEY_RELEASED: |
| return base::MessagePumpDispatcher::EVENT_PROCESSED; |
| default: |