Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5557)

Unified Diff: chrome/browser/resources/md_bookmarks/edit_dialog.js

Issue 2802723003: MD Bookmarks: Remove 'enter' handler from Add/Edit dialog (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.
« no previous file with comments | « chrome/browser/resources/md_bookmarks/edit_dialog.html ('k') | chrome/test/data/webui/md_bookmarks/edit_dialog_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698