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

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

Issue 1812673002: MD Settings: Certificate manager, error dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@certificate_decrypt_dialog
Patch Set: Nit Created 4 years, 9 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 type="chrome_html" /> 207 type="chrome_html" />
208 <structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_ENCRYPTION_DIALOG_HTML" 208 <structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_ENCRYPTION_DIALOG_HTML"
209 file="certificate_manager_page/certificate_password_encryption_ dialog.html" 209 file="certificate_manager_page/certificate_password_encryption_ dialog.html"
210 type="chrome_html" /> 210 type="chrome_html" />
211 <structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_JS" 211 <structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_JS"
212 file="certificate_manager_page/certificate_password_decryption_ dialog.js" 212 file="certificate_manager_page/certificate_password_decryption_ dialog.js"
213 type="chrome_html" /> 213 type="chrome_html" />
214 <structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_HTML" 214 <structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_HTML"
215 file="certificate_manager_page/certificate_password_decryption_ dialog.html" 215 file="certificate_manager_page/certificate_password_decryption_ dialog.html"
216 type="chrome_html" /> 216 type="chrome_html" />
217 <structure name="IDR_SETTINGS_CERTIFICATES_ERROR_DIALOG_JS"
218 file="certificate_manager_page/certificates_error_dialog.js"
219 type="chrome_html" />
220 <structure name="IDR_SETTINGS_CERTIFICATES_ERROR_DIALOG_HTML"
221 file="certificate_manager_page/certificates_error_dialog.html"
222 type="chrome_html" />
217 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_HTML" 223 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_HTML"
218 file="clear_browsing_data_dialog/clear_browsing_data_dialog.htm l" 224 file="clear_browsing_data_dialog/clear_browsing_data_dialog.htm l"
219 type="chrome_html" /> 225 type="chrome_html" />
220 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS" 226 <structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS"
221 file="clear_browsing_data_dialog/clear_browsing_data_dialog.js" 227 file="clear_browsing_data_dialog/clear_browsing_data_dialog.js"
222 type="chrome_html" /> 228 type="chrome_html" />
223 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML" 229 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
224 file="controls/settings_checkbox.html" 230 file="controls/settings_checkbox.html"
225 type="chrome_html" /> 231 type="chrome_html" />
226 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" 232 <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 type="chrome_html" 864 type="chrome_html"
859 flattenhtml="true" 865 flattenhtml="true"
860 allowexternalscript="true" /> 866 allowexternalscript="true" />
861 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 867 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
862 file="people_page/users_page.css" 868 file="people_page/users_page.css"
863 type="chrome_html" /> 869 type="chrome_html" />
864 </if> 870 </if>
865 </structures> 871 </structures>
866 </release> 872 </release>
867 </grit> 873 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698