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

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

Issue 2098633002: Migrate the one-time notice into the MD settings CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_counters
Patch Set: Initialize to false. Created 4 years, 5 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"> 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 type="chrome_html" /> 282 type="chrome_html" />
283 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_BROWSER_PROXY_JS" 283 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_BROWSER_PROXY_JS"
284 file="clear_browsing_data_dialog/clear_browsing_data_browser_pr oxy.js" 284 file="clear_browsing_data_dialog/clear_browsing_data_browser_pr oxy.js"
285 type="chrome_html" /> 285 type="chrome_html" />
286 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_HTML" 286 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_HTML"
287 file="clear_browsing_data_dialog/clear_browsing_data_dialog.htm l" 287 file="clear_browsing_data_dialog/clear_browsing_data_dialog.htm l"
288 type="chrome_html" /> 288 type="chrome_html" />
289 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS" 289 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS"
290 file="clear_browsing_data_dialog/clear_browsing_data_dialog.js" 290 file="clear_browsing_data_dialog/clear_browsing_data_dialog.js"
291 type="chrome_html" /> 291 type="chrome_html" />
292 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_HTML"
293 file="clear_browsing_data_dialog/history_deletion_dialog.html"
294 type="chrome_html" />
295 <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS"
296 file="clear_browsing_data_dialog/history_deletion_dialog.js"
297 type="chrome_html" />
292 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 298 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
293 file="controls/settings_checkbox.html" 299 file="controls/settings_checkbox.html"
294 type="chrome_html" /> 300 type="chrome_html" />
295 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 301 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
296 file="controls/settings_checkbox.js" 302 file="controls/settings_checkbox.js"
297 type="chrome_html" /> 303 type="chrome_html" />
298 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 304 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
299 file="controls/settings_dropdown_menu.html" 305 file="controls/settings_dropdown_menu.html"
300 type="chrome_html" /> 306 type="chrome_html" />
301 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 307 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 type="chrome_html" /> 930 type="chrome_html" />
925 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 931 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
926 file="people_page/users_page.html" 932 file="people_page/users_page.html"
927 type="chrome_html" 933 type="chrome_html"
928 flattenhtml="true" 934 flattenhtml="true"
929 allowexternalscript="true" /> 935 allowexternalscript="true" />
930 </if> 936 </if>
931 </structures> 937 </structures>
932 </release> 938 </release>
933 </grit> 939 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698