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

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

Issue 1419053008: MD Settings: Construct reset profile dialog only when needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reset_ui2
Patch Set: remove unused id Created 5 years, 1 month 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 50960684be9bc25d2800deed0697f1019bca795d..ab7143648e91a17d855be2e3950bbcdb9555b6e0 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -223,15 +223,21 @@
<structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
file="downloads_page/downloads_page.js"
type="chrome_html" />
- <structure name="IDR_SETTINGS_RESET_PAGE_CSS"
- file="reset_page/reset_page.css"
- type="chrome_html" />
<structure name="IDR_SETTINGS_RESET_PAGE_HTML"
file="reset_page/reset_page.html"
type="chrome_html" />
<structure name="IDR_SETTINGS_RESET_PAGE_JS"
file="reset_page/reset_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_HTML"
+ file="reset_page/reset_profile_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_JS"
+ file="reset_page/reset_profile_dialog.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_CSS"
+ file="reset_page/reset_profile_dialog.css"
+ type="chrome_html" />
Dan Beam 2015/11/10 00:33:30 alphabetize by IDR_*
dpapad 2015/11/10 00:49:30 Done.
<structure name="IDR_SETTINGS_LANGUAGES_HTML"
file="languages_page/languages.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698