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

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

Issue 2713343003: MD Settings: Add "Auto Open" setting to Downloads page UI. (Closed)
Patch Set: format Created 3 years, 9 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 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 <structure name="IDR_SETTINGS_DEVICE_LAYOUT_BEHAVIOR_JS" 526 <structure name="IDR_SETTINGS_DEVICE_LAYOUT_BEHAVIOR_JS"
527 file="device_page/layout_behavior.js" 527 file="device_page/layout_behavior.js"
528 type="chrome_html" /> 528 type="chrome_html" />
529 </if> 529 </if>
530 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML" 530 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML"
531 file="direction_delegate.html" 531 file="direction_delegate.html"
532 type="chrome_html" /> 532 type="chrome_html" />
533 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS" 533 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS"
534 file="direction_delegate.js" 534 file="direction_delegate.js"
535 type="chrome_html" /> 535 type="chrome_html" />
536 <structure name="IDR_SETTINGS_DOWNLOADS_BROWSER_PROXY_HTML"
537 file="downloads_page/downloads_browser_proxy.html"
538 type="chrome_html" />
539 <structure name="IDR_SETTINGS_DOWNLOADS_BROWSER_PROXY_JS"
540 file="downloads_page/downloads_browser_proxy.js"
541 type="chrome_html" />
536 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 542 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
537 file="downloads_page/downloads_page.html" 543 file="downloads_page/downloads_page.html"
538 type="chrome_html" 544 type="chrome_html"
539 preprocess="true" 545 preprocess="true"
540 allowexternalscript="true" /> 546 allowexternalscript="true" />
541 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 547 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
542 file="downloads_page/downloads_page.js" 548 file="downloads_page/downloads_page.js"
543 type="chrome_html" 549 type="chrome_html"
544 preprocess="true" /> 550 preprocess="true" />
545 <structure name="IDR_SETTINGS_I18n_SETUP_HTML" 551 <structure name="IDR_SETTINGS_I18n_SETUP_HTML"
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 type="chrome_html" /> 1264 type="chrome_html" />
1259 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1265 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1260 file="people_page/users_page.html" 1266 file="people_page/users_page.html"
1261 type="chrome_html" 1267 type="chrome_html"
1262 preprocess="true" 1268 preprocess="true"
1263 allowexternalscript="true" /> 1269 allowexternalscript="true" />
1264 </if> 1270 </if>
1265 </structures> 1271 </structures>
1266 </release> 1272 </release>
1267 </grit> 1273 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698