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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1482573002: MD Settings: Adjusting reset-page dialogs styling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks Created 5 years 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
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 type="chrome_html" /> 225 type="chrome_html" />
226 <structure name="IDR_SETTINGS_I18n_SETUP_HTML" 226 <structure name="IDR_SETTINGS_I18n_SETUP_HTML"
227 file="i18n_setup.html" 227 file="i18n_setup.html"
228 type="chrome_html" /> 228 type="chrome_html" />
229 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML" 229 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML"
230 file="reset_page/powerwash_dialog.html" 230 file="reset_page/powerwash_dialog.html"
231 type="chrome_html" /> 231 type="chrome_html" />
232 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS" 232 <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS"
233 file="reset_page/powerwash_dialog.js" 233 file="reset_page/powerwash_dialog.js"
234 type="chrome_html" /> 234 type="chrome_html" />
235 <structure name="IDR_SETTINGS_RESET_PAGE_DIALOG_CSS"
236 file="reset_page/reset_page_dialog.css"
237 type="chrome_html" />
235 <structure name="IDR_SETTINGS_RESET_PAGE_HTML" 238 <structure name="IDR_SETTINGS_RESET_PAGE_HTML"
236 file="reset_page/reset_page.html" 239 file="reset_page/reset_page.html"
237 type="chrome_html" 240 type="chrome_html"
238 flattenhtml="true" /> 241 flattenhtml="true" />
239 <structure name="IDR_SETTINGS_RESET_PAGE_JS" 242 <structure name="IDR_SETTINGS_RESET_PAGE_JS"
240 file="reset_page/reset_page.js" 243 file="reset_page/reset_page.js"
241 type="chrome_html" /> 244 type="chrome_html" />
242 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_CSS" 245 <structure name="IDR_SETTINGS_RESET_PROFILE_DIALOG_CSS"
243 file="reset_page/reset_profile_dialog.css" 246 file="reset_page/reset_profile_dialog.css"
244 type="chrome_html" /> 247 type="chrome_html" />
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 type="chrome_html" 649 type="chrome_html"
647 flattenhtml="true" 650 flattenhtml="true"
648 allowexternalscript="true" /> 651 allowexternalscript="true" />
649 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 652 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
650 file="users_page/users_page.css" 653 file="users_page/users_page.css"
651 type="chrome_html" /> 654 type="chrome_html" />
652 </if> 655 </if>
653 </structures> 656 </structures>
654 </release> 657 </release>
655 </grit> 658 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698