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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 </if> 216 </if>
217 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" 217 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
218 file="downloads_page/downloads_page.css" 218 file="downloads_page/downloads_page.css"
219 type="chrome_html" /> 219 type="chrome_html" />
220 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 220 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
221 file="downloads_page/downloads_page.html" 221 file="downloads_page/downloads_page.html"
222 type="chrome_html" /> 222 type="chrome_html" />
223 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 223 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
224 file="downloads_page/downloads_page.js" 224 file="downloads_page/downloads_page.js"
225 type="chrome_html" /> 225 type="chrome_html" />
226 <structure name="IDR_SETTINGS_RESET_PAGE_CSS"
227 file="reset_page/reset_page.css"
228 type="chrome_html" />
229 <structure name="IDR_SETTINGS_RESET_PAGE_HTML" 226 <structure name="IDR_SETTINGS_RESET_PAGE_HTML"
230 file="reset_page/reset_page.html" 227 file="reset_page/reset_page.html"
231 type="chrome_html" /> 228 type="chrome_html" />
232 <structure name="IDR_SETTINGS_RESET_PAGE_JS" 229 <structure name="IDR_SETTINGS_RESET_PAGE_JS"
233 file="reset_page/reset_page.js" 230 file="reset_page/reset_page.js"
234 type="chrome_html" /> 231 type="chrome_html" />
232 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_CSS"
233 file="reset_page/reset_profile_dialog.css"
234 type="chrome_html" />
235 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_HTML"
236 file="reset_page/reset_profile_dialog.html"
237 type="chrome_html" />
238 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_JS"
239 file="reset_page/reset_profile_dialog.js"
240 type="chrome_html" />
235 <structure name="IDR_SETTINGS_LANGUAGES_HTML" 241 <structure name="IDR_SETTINGS_LANGUAGES_HTML"
236 file="languages_page/languages.html" 242 file="languages_page/languages.html"
237 type="chrome_html" /> 243 type="chrome_html" />
238 <structure name="IDR_SETTINGS_LANGUAGES_JS" 244 <structure name="IDR_SETTINGS_LANGUAGES_JS"
239 file="languages_page/languages.js" 245 file="languages_page/languages.js"
240 type="chrome_html" /> 246 type="chrome_html" />
241 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS" 247 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS"
242 file="languages_page/languages_page.css" 248 file="languages_page/languages_page.css"
243 type="chrome_html" /> 249 type="chrome_html" />
244 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_HTML" 250 <structure name="IDR_SETTINGS_LANGUAGES_PAGE_HTML"
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 type="chrome_html" 597 type="chrome_html"
592 flattenhtml="true" 598 flattenhtml="true"
593 allowexternalscript="true" /> 599 allowexternalscript="true" />
594 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 600 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
595 file="users_page/users_page.css" 601 file="users_page/users_page.css"
596 type="chrome_html" /> 602 type="chrome_html" />
597 </if> 603 </if>
598 </structures> 604 </structures>
599 </release> 605 </release>
600 </grit> 606 </grit>
OLDNEW
« 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