| Index: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
|
| diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
|
| index 76e1e35c4b35e98745b43d4303242bfcaf00e1ce..bf275f9ac548d4c2b67bf3c21e3443c3407f8cfc 100644
|
| --- a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
|
| +++ b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
|
| @@ -92,15 +92,6 @@ Polymer({
|
| },
|
|
|
| /**
|
| - * @param {!KeyboardEvent} e
|
| - * @private
|
| - */
|
| - onKeypress_: function(e) {
|
| - if (e.key == 'Enter' && !this.$.actionButton.disabled)
|
| - this.onActionButtonTap_();
|
| - },
|
| -
|
| - /**
|
| * @param {!Event} event
|
| * @private
|
| */
|
|
|