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

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: rebase 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
« no previous file with comments | « chrome/browser/resources/settings/reset_page/reset_profile_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d50c465af61587a7a9dc14d0fb28f5f8c1fe88fb 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_CSS"
+ file="reset_page/reset_profile_dialog.css"
+ 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_LANGUAGES_HTML"
file="languages_page/languages.html"
type="chrome_html" />
« no previous file with comments | « chrome/browser/resources/settings/reset_page/reset_profile_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698