| 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..fe134cc3fb4b7e552e1ae0d42ea1d1611da8e2ce 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
|
| @@ -19,7 +19,7 @@ settings.EDIT_STARTUP_URL_EVENT = 'edit-startup-url';
|
|
|
| Polymer({
|
| is: 'settings-startup-url-entry',
|
| -
|
| + behaviors: [FocusRowBehavior],
|
| properties: {
|
| editable: {
|
| type: Boolean,
|
|
|