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

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

Issue 2178273002: MD Settings: add a <controlled-button> that uses prefs to disable itself (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 type="chrome_html" /> 322 type="chrome_html" />
323 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS" 323 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS"
324 file="clear_browsing_data_dialog/clear_browsing_data_dialog.js" 324 file="clear_browsing_data_dialog/clear_browsing_data_dialog.js"
325 type="chrome_html" /> 325 type="chrome_html" />
326 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_HTML" 326 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_HTML"
327 file="clear_browsing_data_dialog/history_deletion_dialog.html" 327 file="clear_browsing_data_dialog/history_deletion_dialog.html"
328 type="chrome_html" /> 328 type="chrome_html" />
329 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS" 329 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS"
330 file="clear_browsing_data_dialog/history_deletion_dialog.js" 330 file="clear_browsing_data_dialog/history_deletion_dialog.js"
331 type="chrome_html" /> 331 type="chrome_html" />
332 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_JS"
333 file="controls/controlled_button.js"
334 type="chrome_html" />
335 <structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_BUTTON_HTML"
336 file="controls/controlled_button.html"
337 type="chrome_html" />
332 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 338 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
333 file="controls/settings_checkbox.html" 339 file="controls/settings_checkbox.html"
334 type="chrome_html" /> 340 type="chrome_html" />
335 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 341 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
336 file="controls/settings_checkbox.js" 342 file="controls/settings_checkbox.js"
337 type="chrome_html" /> 343 type="chrome_html" />
338 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 344 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
339 file="controls/settings_dropdown_menu.html" 345 file="controls/settings_dropdown_menu.html"
340 type="chrome_html" /> 346 type="chrome_html" />
341 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 347 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 type="chrome_html" /> 1076 type="chrome_html" />
1071 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1077 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1072 file="people_page/users_page.html" 1078 file="people_page/users_page.html"
1073 type="chrome_html" 1079 type="chrome_html"
1074 flattenhtml="true" 1080 flattenhtml="true"
1075 allowexternalscript="true" /> 1081 allowexternalscript="true" />
1076 </if> 1082 </if>
1077 </structures> 1083 </structures>
1078 </release> 1084 </release>
1079 </grit> 1085 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698