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

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

Issue 2375493003: MD Settings: Fix rendering of popup menus inside iron-lists. (Closed)
Patch Set: Static z index. Created 4 years, 3 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 0371670bf7fd672560903a54bdaf2877f56ab40b..b5512f5f85129573acbcf7c661319cc41621d26b 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -226,6 +226,12 @@
<structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
file="settings_page/main_page_behavior.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_LIST_ITEM_BEHAVIOR_HTML"
+ file="list_item_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_LIST_ITEM_BEHAVIOR_JS"
+ file="list_item_behavior.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML"
file="settings_vars_css.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698