| Index: chrome/browser/autocomplete/autocomplete_edit_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_view_win.cc (revision 14861)
|
| +++ chrome/browser/autocomplete/autocomplete_edit_view_win.cc (working copy)
|
| @@ -1642,6 +1642,8 @@
|
| // WM_SYSKEYDOWN, so we need to check (flags & KF_ALTDOWN) in various places
|
| // in this function even with a WM_SYSKEYDOWN handler.
|
|
|
| + // Update LocationBarView::ShouldLookupAccelerators() as well when you add
|
| + // some key combinations here.
|
| int count = repeat_count;
|
| switch (key) {
|
| case VK_RETURN:
|
|
|