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

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: format and add left-out file 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..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,

Powered by Google App Engine
This is Rietveld 408576698