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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2101243004: [MD settings] certificate manager closure compilation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding file Created 4 years, 6 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 5b2aaab1e7ff63e2bce8db00c36f16dc54ca737e..2a14ed19993f8eb15d64b1a4acf916769747fb10 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -234,6 +234,12 @@
<structure name="IDR_SETTINGS_CERTIFICATE_ENTRY_JS"
file="certificate_manager_page/certificate_entry.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_TYPES_HTML"
+ file="certificate_manager_page/certificate_manager_types.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_TYPES_JS"
+ file="certificate_manager_page/certificate_manager_types.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CERTIFICATE_SUBENTRY_HTML"
file="certificate_manager_page/certificate_subentry.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698