| Index: ui/views/cocoa/bridged_content_view.mm
|
| diff --git a/ui/views/cocoa/bridged_content_view.mm b/ui/views/cocoa/bridged_content_view.mm
|
| index 46e34d86737b6a9716db18835ad7ea1b38f59c4d..e300b7e245c66c6c540e10f4df6ee48ca84dfd88 100644
|
| --- a/ui/views/cocoa/bridged_content_view.mm
|
| +++ b/ui/views/cocoa/bridged_content_view.mm
|
| @@ -530,6 +530,8 @@ ui::TextEditCommand GetTextEditCommandForMenuAction(SEL action) {
|
| ui::EF_NONE);
|
| [self handleKeyEvent:&charEvent];
|
| hasUnhandledKeyDownEvent_ = NO;
|
| + if (charEvent.handled())
|
| + return;
|
| }
|
|
|
| // Forward the |text| to |textInputClient_| if no menu is active.
|
|
|