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

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

Issue 1391933005: Elim defaultBrowser from settings on chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 type="chrome_html" /> 187 type="chrome_html" />
188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML" 188 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_HTML"
189 file="controls/settings_radio_group.html" 189 file="controls/settings_radio_group.html"
190 type="chrome_html" /> 190 type="chrome_html" />
191 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS" 191 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_JS"
192 file="controls/settings_radio_group.js" 192 file="controls/settings_radio_group.js"
193 type="chrome_html" /> 193 type="chrome_html" />
194 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS" 194 <structure name="IDR_SETTINGS_CONTROLS_RADIO_GROUP_CSS"
195 file="controls/settings_radio_group.css" 195 file="controls/settings_radio_group.css"
196 type="chrome_html" /> 196 type="chrome_html" />
197 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_CSS" 197 <if expr="not chromeos">
198 file="default_browser_page/default_browser_page.css" 198 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_CSS"
199 type="chrome_html" /> 199 file="default_browser_page/default_browser_page.css"
200 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML" 200 type="chrome_html" />
201 file="default_browser_page/default_browser_page.html" 201 <structure name="IDR_SETTINGS_DEFAULT_BROWSER_PAGE_HTML"
202 type="chrome_html" 202 file="default_browser_page/default_browser_page.html"
203 flattenhtml="true" 203 type="chrome_html"
204 allowexternalscript="true" /> 204 flattenhtml="true"
205 <structure name="IDR_SETTINGS_DEFAULT_BROWSERE_PAGE_JS" 205 allowexternalscript="true" />
206 file="default_browser_page/default_browser_page.js" 206 <structure name="IDR_SETTINGS_DEFAULT_BROWSERE_PAGE_JS"
207 type="chrome_html" /> 207 file="default_browser_page/default_browser_page.js"
208 type="chrome_html" />
209 </if>
208 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS" 210 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
209 file="downloads_page/downloads_page.css" 211 file="downloads_page/downloads_page.css"
210 type="chrome_html" /> 212 type="chrome_html" />
211 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 213 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
212 file="downloads_page/downloads_page.html" 214 file="downloads_page/downloads_page.html"
213 type="chrome_html" /> 215 type="chrome_html" />
214 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS" 216 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
215 file="downloads_page/downloads_page.js" 217 file="downloads_page/downloads_page.js"
216 type="chrome_html" /> 218 type="chrome_html" />
217 <structure name="IDR_SETTINGS_LANGUAGES_HTML" 219 <structure name="IDR_SETTINGS_LANGUAGES_HTML"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 file="search_page/search_page.js" 357 file="search_page/search_page.js"
356 type="chrome_html" /> 358 type="chrome_html" />
357 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 359 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
358 file="search_page/search_page.html" 360 file="search_page/search_page.html"
359 type="chrome_html" 361 type="chrome_html"
360 flattenhtml="true" 362 flattenhtml="true"
361 allowexternalscript="true" /> 363 allowexternalscript="true" />
362 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS" 364 <structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
363 file="search_page/search_page.css" 365 file="search_page/search_page.css"
364 type="chrome_html" /> 366 type="chrome_html" />
365 <structure name="IDR_SETTINGS_SIGNIN_PAGE_JS" 367 <if expr="not chromeos">
366 file="signin_page/signin_page.js" 368 <structure name="IDR_SETTINGS_SIGNIN_PAGE_JS"
367 type="chrome_html" /> 369 file="signin_page/signin_page.js"
368 <structure name="IDR_SETTINGS_SIGNIN_PAGE_HTML" 370 type="chrome_html" />
369 file="signin_page/signin_page.html" 371 <structure name="IDR_SETTINGS_SIGNIN_PAGE_HTML"
370 type="chrome_html" 372 file="signin_page/signin_page.html"
371 flattenhtml="true" 373 type="chrome_html"
372 allowexternalscript="true" /> 374 flattenhtml="true"
375 allowexternalscript="true" />
376 </if>
373 <structure name="IDR_SETTINGS_SYNC_PAGE_JS" 377 <structure name="IDR_SETTINGS_SYNC_PAGE_JS"
374 file="sync_page/sync_page.js" 378 file="sync_page/sync_page.js"
375 type="chrome_html" /> 379 type="chrome_html" />
376 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML" 380 <structure name="IDR_SETTINGS_SYNC_PAGE_HTML"
377 file="sync_page/sync_page.html" 381 file="sync_page/sync_page.html"
378 type="chrome_html" 382 type="chrome_html"
379 flattenhtml="true" 383 flattenhtml="true"
380 allowexternalscript="true" /> 384 allowexternalscript="true" />
381 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS" 385 <structure name="IDR_SETTINGS_SYNC_PAGE_CSS"
382 file="sync_page/sync_page.css" 386 file="sync_page/sync_page.css"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 type="chrome_html" 542 type="chrome_html"
539 flattenhtml="true" 543 flattenhtml="true"
540 allowexternalscript="true" /> 544 allowexternalscript="true" />
541 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 545 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
542 file="users_page/users_page.css" 546 file="users_page/users_page.css"
543 type="chrome_html" /> 547 type="chrome_html" />
544 </if> 548 </if>
545 </structures> 549 </structures>
546 </release> 550 </release>
547 </grit> 551 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698