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 38d35e4cbace4ac1352dc2123372b4c8ca174398..e89e3c3c3fc79b0a66c5a6e2799ca9c4a77bc0d1 100644 |
| --- a/ui/views/controls/menu/menu_controller.cc |
| +++ b/ui/views/controls/menu/menu_controller.cc |
| @@ -2162,6 +2162,8 @@ void MenuController::RepostEvent(SubmenuView* source, |
| // crbug.com/170987. |
| return; |
| } else { |
| + // TODO - remove this |
| + LOG(ERROR) << "Got event of type " << event.type(); |
| NOTREACHED(); |
| return; |
| } |