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

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

Issue 2109233002: [MD Settings] Add Edit/Create Address Dialog to MD Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 5 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 be6ba8c1d562cdd116653acfeafa7f414c06e46f..afee204d5c7a4dc1c96236a82158c66518baf6df 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -533,6 +533,12 @@
<structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS"
file="passwords_and_forms_page/autofill_section.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_HTML"
+ file="passwords_and_forms_page/address_edit_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_JS"
+ file="passwords_and_forms_page/address_edit_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
file="passwords_and_forms_page/passwords_section.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698