Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2345)

Unified Diff: chrome/browser/resources/options/autofill_options_list.js

Issue 683813004: Fewer focusable items in chrome://settings/searchEngines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, fix failing browser_tests, add .pak file to GN Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/autofill_options_list.js
diff --git a/chrome/browser/resources/options/autofill_options_list.js b/chrome/browser/resources/options/autofill_options_list.js
index 565a62e6d353c7733f663f2c32fdc5792ab4b3e8..dc8e947255cc22477894c945ac5860bb23983949 100644
--- a/chrome/browser/resources/options/autofill_options_list.js
+++ b/chrome/browser/resources/options/autofill_options_list.js
@@ -455,7 +455,7 @@ cr.define('options.autofillOptions', function() {
// selected.
var firstItem = this.getListItemByIndex(0);
if (!selectedItem && firstItem && e.newValue)
- firstItem.handleFocus_();
+ firstItem.handleFocus();
bondd 2014/11/11 23:43:24 Renamed this in DeletableItem and missed updating
}
},

Powered by Google App Engine
This is Rietveld 408576698