Index: chrome/browser/resources/options/language_list.js |
diff --git a/chrome/browser/resources/options/language_list.js b/chrome/browser/resources/options/language_list.js |
index 3cbcb752a91acfa93e8ea97d975b8732fbc0df99..e66079a176884335e73305a7f7052599c0bc391d 100644 |
--- a/chrome/browser/resources/options/language_list.js |
+++ b/chrome/browser/resources/options/language_list.js |
@@ -405,8 +405,6 @@ cr.define('options', function() { |
// valid after the data model is loaded. This is neeeded to keep |
// the selected language after the languge is added or removed. |
this.selectionModel.selectedIndex = originalSelectedIndex; |
- // The lead index should be updated too. |
- this.selectionModel.leadIndex = originalSelectedIndex; |
} else if (this.dataModel.length > 0){ |
// Otherwise, select the first item if it's not empty. |
// Note that ListSingleSelectionModel won't select an item |