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

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

Issue 2700863002: MD Settings: adjust focus-outline behaviors on search engine iron-list. (Closed)
Patch Set: fixes based on comments Created 3 years, 10 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 136bec8d3759117d5a587662b333013d3ac9b6a9..1ed5a27d0b98ae68b71e2bf9736b7c7eb09ed6eb 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -265,6 +265,12 @@
<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"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_FOCUSABLE_IRON_LIST_ITEM_BEHAVIOR_JS"
+ file="focusable_iron_list_item_behavior.js"
+ type="chrome_html" />
<if expr="use_nss_certs">
<structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML"
file="certificate_manager_page/certificate_manager_page.html"

Powered by Google App Engine
This is Rietveld 408576698