Commit 5f2d097e authored by vitalyp@chromium.org's avatar vitalyp@chromium.org

Remove focusFirstElement as it's never called in current Chrome source

BUG=393873
R=dbeam@chromium.org,khorimoto@chromium.org

Review URL: https://codereview.chromium.org/415863002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285791 0039d316-1c4b-4281-b951-d872f2087c98
parent 4513880e
......@@ -106,13 +106,6 @@ cr.define('cr.ui', function() {
}
},
/**
* Attempts to focus the first element in the current dialog.
*/
focusFirstElement: function() {
this.focusFirstElement_();
},
/**
* Selects first appropriate focusable element according to the
* current focus direction and element type. If it is a radio button,
......
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