Commit ac9ca373 authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

WebUI: cr-icon-button, remove unused method

Change-Id: I074a7ff55bda151c56bd7ab4f971517bbd84ae73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636564Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665670}
parent 68decde3
...@@ -117,16 +117,6 @@ Polymer({ ...@@ -117,16 +117,6 @@ Polymer({
} }
}, },
/**
* @param {!KeyboardEvent} e
* @private
*/
onIconKeydown_: function(e) {
if (e.shiftKey && e.key === 'Tab') {
this.focus();
}
},
/** /**
* @param {!KeyboardEvent} e * @param {!KeyboardEvent} e
* @private * @private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment