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

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

Issue 2317693003: [MD settings] display message about secondary install in default browser settings (Closed)
Patch Set: Created 4 years, 3 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" 367 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
368 file="controls/settings_radio_group.js" 368 file="controls/settings_radio_group.js"
369 type="chrome_html" /> 369 type="chrome_html" />
370 <structure name="IDR_SETTINGS_COOKIE_INFO_JS" 370 <structure name="IDR_SETTINGS_COOKIE_INFO_JS"
371 file="site_settings/cookie_info.js" 371 file="site_settings/cookie_info.js"
372 type="chrome_html" /> 372 type="chrome_html" />
373 <structure name="IDR_SETTINGS_COOKIE_TREE_NODE_JS" 373 <structure name="IDR_SETTINGS_COOKIE_TREE_NODE_JS"
374 file="site_settings/cookie_tree_node.js" 374 file="site_settings/cookie_tree_node.js"
375 type="chrome_html" /> 375 type="chrome_html" />
376 <if expr="not chromeos"> 376 <if expr="not chromeos">
377 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_BROWSER_PROXY_HTML"
378 file="default_browser_page/default_browser_browser_proxy.html "
379 type="chrome_html" />
380 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_BROWSER_PROXY_JS"
381 file="default_browser_page/default_browser_browser_proxy.js"
382 type="chrome_html" />
377 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML" 383 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML"
378 file="default_browser_page/default_browser_page.html" 384 file="default_browser_page/default_browser_page.html"
379 type="chrome_html" 385 type="chrome_html"
380 flattenhtml="true" 386 flattenhtml="true"
381 allowexternalscript="true" /> 387 allowexternalscript="true" />
382 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_JS" 388 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_JS"
383 file="default_browser_page/default_browser_page.js" 389 file="default_browser_page/default_browser_page.js"
384 type="chrome_html" /> 390 type="chrome_html" />
385 </if> 391 </if>
386 <if expr="chromeos"> 392 <if expr="chromeos">
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 type="chrome_html" /> 1109 type="chrome_html" />
1104 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1110 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1105 file="people_page/users_page.html" 1111 file="people_page/users_page.html"
1106 type="chrome_html" 1112 type="chrome_html"
1107 flattenhtml="true" 1113 flattenhtml="true"
1108 allowexternalscript="true" /> 1114 allowexternalscript="true" />
1109 </if> 1115 </if>
1110 </structures> 1116 </structures>
1111 </release> 1117 </release>
1112 </grit> 1118 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698