| Index: chrome/browser/resources/options/inline_editable_list.js
|
| diff --git a/chrome/browser/resources/options/inline_editable_list.js b/chrome/browser/resources/options/inline_editable_list.js
|
| index 89d10e7309592acb2871034315782d7fcaef7e6f..de5b5b42e8d62b47c59424019bd28fff7912af79 100644
|
| --- a/chrome/browser/resources/options/inline_editable_list.js
|
| +++ b/chrome/browser/resources/options/inline_editable_list.js
|
| @@ -428,6 +428,7 @@ cr.define('options', function() {
|
| this.setAttribute('inlineeditable', '');
|
| this.addEventListener('hasElementFocusChange',
|
| this.handleListFocusChange_);
|
| + this.removeAttribute('tabindex');
|
| },
|
|
|
| /**
|
|
|