| commit | 08440aab1b983eba25cf27cce89e34ad49719bb4 | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Wed Jul 13 09:39:23 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 09:41:10 2016 |
| tree | 000ce0d8ce6e45f74e36f2b3339dc2642237e24f | |
| parent | 63441181c608f63317bba47e788e173e161e1687 [diff] |
Remove unused arguments in HTMLSelectElement class. - Remove |allowMultipleSelection| arguemnt of optionSelectedByUser(). It's always false. - Remove |shift| argument of listBoxSelectItem(). It's always false. Also, make optionSelectedByUser() private. This CL has no behaivor changes. Review-Url: https://codereview.chromium.org/2147683003 Cr-Commit-Position: refs/heads/master@{#405107}