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

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

Issue 1457713007: Update the "Passwords and Forms" section so that they can be toggled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Big simplification! Created 5 years 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/passwords_and_forms_page/passwords_and_forms_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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_CSS" 291 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_CSS"
292 file="languages_page/edit_dictionary_page.css" 292 file="languages_page/edit_dictionary_page.css"
293 type="chrome_html" /> 293 type="chrome_html" />
294 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_HTML" 294 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_HTML"
295 file="languages_page/edit_dictionary_page.html" 295 file="languages_page/edit_dictionary_page.html"
296 type="chrome_html" /> 296 type="chrome_html" />
297 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS" 297 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS"
298 file="languages_page/edit_dictionary_page.js" 298 file="languages_page/edit_dictionary_page.js"
299 type="chrome_html" /> 299 type="chrome_html" />
300 </if> 300 </if>
301 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_CSS"
302 file="passwords_and_forms_page/passwords_and_forms_page.css"
303 type="chrome_html" />
304 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML" 301 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
305 file="passwords_and_forms_page/passwords_and_forms_page.html" 302 file="passwords_and_forms_page/passwords_and_forms_page.html"
306 type="chrome_html" /> 303 type="chrome_html" />
307 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" 304 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
308 file="passwords_and_forms_page/passwords_and_forms_page.js" 305 file="passwords_and_forms_page/passwords_and_forms_page.js"
309 type="chrome_html" /> 306 type="chrome_html" />
310 <structure name="IDR_SETTINGS_PREF_UTIL_HTML" 307 <structure name="IDR_SETTINGS_PREF_UTIL_HTML"
311 file="prefs/pref_util.html" 308 file="prefs/pref_util.html"
312 type="chrome_html" /> 309 type="chrome_html" />
313 <structure name="IDR_SETTINGS_PREF_UTIL_JS" 310 <structure name="IDR_SETTINGS_PREF_UTIL_JS"
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 type="chrome_html" 646 type="chrome_html"
650 flattenhtml="true" 647 flattenhtml="true"
651 allowexternalscript="true" /> 648 allowexternalscript="true" />
652 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 649 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
653 file="users_page/users_page.css" 650 file="users_page/users_page.css"
654 type="chrome_html" /> 651 type="chrome_html" />
655 </if> 652 </if>
656 </structures> 653 </structures>
657 </release> 654 </release>
658 </grit> 655 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698