| 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,
|
|
|