| Index: chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (revision 27064)
|
| +++ chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (working copy)
|
| @@ -804,9 +804,9 @@
|
| return YES;
|
| }
|
|
|
| - // TODO(shess): Option-return, would normally insert a literal
|
| - // newline. Consider combining with -insertNewline:.
|
| + // Option-Return
|
| if (cmd == @selector(insertNewlineIgnoringFieldEditor:)) {
|
| + edit_view_->AcceptInput(NEW_FOREGROUND_TAB, false);
|
| return YES;
|
| }
|
|
|
|
|