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

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

Issue 1758973002: MD Settings: Creating a <settings-dialog> element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 4 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 9eb88196ce2e247f4b3f07634443379b0d217662..1796e1c5793b55930d6e2b4302626a1ca63229b7 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -133,6 +133,12 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_CSS_HTML"
file="settings_dialog_css.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_HTML"
+ file="settings_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_JS"
+ file="settings_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS"
file="settings_page.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698