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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change element.$.someId to element.$$(#someId) Created 3 years, 7 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 type="chrome_html" /> 395 type="chrome_html" />
396 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML " 396 <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML "
397 file="controls/extension_controlled_indicator.html" 397 file="controls/extension_controlled_indicator.html"
398 type="chrome_html" /> 398 type="chrome_html" />
399 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 399 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
400 file="controls/settings_checkbox.html" 400 file="controls/settings_checkbox.html"
401 type="chrome_html" /> 401 type="chrome_html" />
402 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 402 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
403 file="controls/settings_checkbox.js" 403 file="controls/settings_checkbox.js"
404 type="chrome_html" /> 404 type="chrome_html" />
405 <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_HTML"
406 file="controls/important_site_checkbox.html"
407 type="chrome_html" />
408 <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_JS"
409 file="controls/important_site_checkbox.js"
410 type="chrome_html" />
405 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" 411 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
406 file="controls/settings_dropdown_menu.html" 412 file="controls/settings_dropdown_menu.html"
407 type="chrome_html" /> 413 type="chrome_html" />
408 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS" 414 <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_JS"
409 file="controls/settings_dropdown_menu.js" 415 file="controls/settings_dropdown_menu.js"
410 type="chrome_html" /> 416 type="chrome_html" />
411 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_HTML" 417 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_HTML"
412 file="controls/pref_control_behavior.html" 418 file="controls/pref_control_behavior.html"
413 type="chrome_html" /> 419 type="chrome_html" />
414 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS" 420 <structure name="IDR_SETTINGS_CONTROLS_PREF_CONTROL_BEHAVIOR_JS"
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 type="chrome_html" /> 1318 type="chrome_html" />
1313 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1319 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1314 file="people_page/users_page.html" 1320 file="people_page/users_page.html"
1315 type="chrome_html" 1321 type="chrome_html"
1316 preprocess="true" 1322 preprocess="true"
1317 allowexternalscript="true" /> 1323 allowexternalscript="true" />
1318 </if> 1324 </if>
1319 </structures> 1325 </structures>
1320 </release> 1326 </release>
1321 </grit> 1327 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/controls/important_site_checkbox.js ('k') | chrome/browser/ui/webui/metrics_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698