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

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

Issue 2749513004: MD Settings: adjust iron-list focus row behaviors. (Closed)
Patch Set: fix test 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 0bb3cead22c5fa00465593fedaa66e3fe9472b9a..1d6597e87acc73f25eae95ac7d7f597f0cbb38e1 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