| 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 e088222948227e5e4b15c509c7cb2c6853fa9ad5..5fbfff1f114c099edbc4fb64968b53aea920aa23 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: [ListItemBehavior],
|
| +
|
| properties: {
|
| /** @type {!StartupPageInfo} */
|
| model: Object,
|
|
|