| Index: chrome/browser/resources/md_bookmarks/edit_dialog.js
|
| diff --git a/chrome/browser/resources/md_bookmarks/edit_dialog.js b/chrome/browser/resources/md_bookmarks/edit_dialog.js
|
| index ec03ec6d96a45fb891558156c026efcc81b668a3..06f916a3091bf445a2aef9e29de23c6bcdd8a494 100644
|
| --- a/chrome/browser/resources/md_bookmarks/edit_dialog.js
|
| +++ b/chrome/browser/resources/md_bookmarks/edit_dialog.js
|
| @@ -5,10 +5,6 @@
|
| Polymer({
|
| is: 'bookmarks-edit-dialog',
|
|
|
| - behaviors: [
|
| - Polymer.IronA11yKeysBehavior,
|
| - ],
|
| -
|
| properties: {
|
| /** @private */
|
| isFolder_: Boolean,
|
| @@ -35,10 +31,6 @@ Polymer({
|
| urlValue_: String,
|
| },
|
|
|
| - keyBindings: {
|
| - 'enter': 'onSaveButtonTap_',
|
| - },
|
| -
|
| /**
|
| * Show the dialog to add a new folder (if |isFolder|) or item, which will be
|
| * inserted into the tree as a child of |parentId|.
|
|
|