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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index bbb762e06b6f0b8fccc5217ca831ead3c12ef6a9..cc2ce3523ca557f6beef0bd5a9da40ec13727429 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -214,6 +214,12 @@
<structure name="IDR_SETTINGS_CERTIFICATE_PASSWORD_DECRYPTION_DIALOG_HTML"
file="certificate_manager_page/certificate_password_decryption_dialog.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CERTIFICATES_ERROR_DIALOG_JS"
+ file="certificate_manager_page/certificates_error_dialog.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CERTIFICATES_ERROR_DIALOG_HTML"
+ file="certificate_manager_page/certificates_error_dialog.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_HTML"
file="clear_browsing_data_dialog/clear_browsing_data_dialog.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698