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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.js

Issue 2749513004: MD Settings: adjust iron-list focus row behaviors. (Closed)
Patch Set: fix test Created 3 years, 9 months 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/settings/search_engines_page/search_engine_entry.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
index 8c1dbd6f4415189d53c286c7c52745823e3828d7..767983c9e2b497d15528336430b42ee43ea842df 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
@@ -9,7 +9,7 @@
Polymer({
is: 'settings-search-engine-entry',
- behaviors: [FocusableIronListItemBehavior],
+ behaviors: [FocusRowBehavior],
properties: {
/** @type {!SearchEngine} */

Powered by Google App Engine
This is Rietveld 408576698