Chromium Code Reviews| 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', |
|
Dan Beam
2017/03/18 00:09:56
\n
scottchen
2017/03/18 01:05:47
That's weird, I had \n and `git cl format --js` re
|
| - |
| + behaviors: [FocusRowBehavior], |
|
Dan Beam
2017/03/18 00:09:56
\n
scottchen
2017/03/18 01:05:47
Done.
|
| properties: { |
| editable: { |
| type: Boolean, |