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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2749513004: MD Settings: adjust iron-list focus row behaviors. (Closed)
Patch Set: fixes based on comments 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/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 32933d51a073fedb560f3291d545e4ad71145965..72ea893381fdcb43781ce284a23854c7490cc587 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -271,11 +271,11 @@
<structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_JS"
file="global_scroll_target_behavior.js"
type="chrome_html" />
- <structure name="IDR_SETTINGS_FOCUSABLE_IRON_LIST_ITEM_BEHAVIOR_HTML"
- file="focusable_iron_list_item_behavior.html"
+ <structure name="IDR_SETTINGS_FOCUS_ROW_BEHAVIOR_HTML"
+ file="focus_row_behavior.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_FOCUSABLE_IRON_LIST_ITEM_BEHAVIOR_JS"
- file="focusable_iron_list_item_behavior.js"
+ <structure name="IDR_SETTINGS_FOCUS_ROW_BEHAVIOR_JS"
+ file="focus_row_behavior.js"
type="chrome_html" />
<if expr="use_nss_certs">
<structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML"

Powered by Google App Engine
This is Rietveld 408576698