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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_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/on_startup_page/startup_url_entry.js
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
index 27de5f0e600f7613550b979de8598a5ddb3d29b9..da916d80df8ed600fd49c78011fe021271fff2e8 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
@@ -20,6 +20,8 @@ settings.EDIT_STARTUP_URL_EVENT = 'edit-startup-url';
Polymer({
is: 'settings-startup-url-entry',
+ behaviors: [FocusRowBehavior],
+
properties: {
editable: {
type: Boolean,

Powered by Google App Engine
This is Rietveld 408576698