| Index: ui/views/controls/menu/menu_controller.h
|
| diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
|
| index bf97e15ebbeeb3ad37a244ffd078e929af8ff1e2..e5ca2cc5db0499c140eb60aa0f2229b33845c241 100644
|
| --- a/ui/views/controls/menu/menu_controller.h
|
| +++ b/ui/views/controls/menu/menu_controller.h
|
| @@ -177,11 +177,8 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
|
| void OnDragComplete(bool should_close);
|
|
|
| // Called while dispatching messages to intercept key events.
|
| - // If |character| is other than 0, it is handled as a mnemonic.
|
| - // Otherwise, |key_code| is handled as a menu navigation command.
|
| // Returns ui::POST_DISPATCH_NONE if the event was swallowed by the menu.
|
| - ui::PostDispatchAction OnWillDispatchKeyEvent(base::char16 character,
|
| - ui::KeyboardCode key_code);
|
| + ui::PostDispatchAction OnWillDispatchKeyEvent(ui::KeyEvent* event);
|
|
|
| // Update the submenu's selection based on the current mouse location
|
| void UpdateSubmenuSelection(SubmenuView* source);
|
|
|