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

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

Issue 2015463003: Add dialog to edit and save credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 bb48a0b92544ed165c1cd0ae6a400cfac44fa4a5..66667bc939def0657115d0351f0124edc081b18a 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -471,6 +471,12 @@
<structure name="IDR_SETTINGS_PASSWORDS_SHARED_CSS_HTML"
file="passwords_and_forms_page/passwords_shared_css.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CREDIT_CARD_EDIT_DIALOG_HTML"
+ file="passwords_and_forms_page/credit_card_edit_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CREDIT_CARD_EDIT_DIALOG_JS"
+ file="passwords_and_forms_page/credit_card_edit_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_AUTOFILL_SECTION_HTML"
file="passwords_and_forms_page/autofill_section.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698