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

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

Issue 1591053002: Add a password handler to get the list of passwords in md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 4 years, 11 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS" 325 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS"
326 file="languages_page/edit_dictionary_page.js" 326 file="languages_page/edit_dictionary_page.js"
327 type="chrome_html" /> 327 type="chrome_html" />
328 </if> 328 </if>
329 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML" 329 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
330 file="passwords_and_forms_page/passwords_and_forms_page.html" 330 file="passwords_and_forms_page/passwords_and_forms_page.html"
331 type="chrome_html" /> 331 type="chrome_html" />
332 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" 332 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
333 file="passwords_and_forms_page/passwords_and_forms_page.js" 333 file="passwords_and_forms_page/passwords_and_forms_page.js"
334 type="chrome_html" /> 334 type="chrome_html" />
335 <structure name="IDR_SETTINGS_PASSWORDS_PRIVATE_API_HTML"
336 file="passwords_and_forms_page/passwords_private_api.html"
337 type="chrome_html" />
338 <structure name="IDR_SETTINGS_PASSWORDS_PRIVATE_API_JS"
339 file="passwords_and_forms_page/passwords_private_api.js"
340 type="chrome_html" />
335 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS" 341 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS"
336 file="passwords_and_forms_page/passwords_section.css" 342 file="passwords_and_forms_page/passwords_section.css"
337 type="chrome_html" /> 343 type="chrome_html" />
338 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 344 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
339 file="passwords_and_forms_page/passwords_section.html" 345 file="passwords_and_forms_page/passwords_section.html"
340 type="chrome_html" /> 346 type="chrome_html" />
341 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 347 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
342 file="passwords_and_forms_page/passwords_section.js" 348 file="passwords_and_forms_page/passwords_section.js"
343 type="chrome_html" /> 349 type="chrome_html" />
344 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CSS" 350 <structure name="IDR_SETTINGS_PEOPLE_PAGE_CSS"
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 type="chrome_html" 754 type="chrome_html"
749 flattenhtml="true" 755 flattenhtml="true"
750 allowexternalscript="true" /> 756 allowexternalscript="true" />
751 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 757 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
752 file="people_page/users_page.css" 758 file="people_page/users_page.css"
753 type="chrome_html" /> 759 type="chrome_html" />
754 </if> 760 </if>
755 </structures> 761 </structures>
756 </release> 762 </release>
757 </grit> 763 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698