Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
index e9148e66cfee9686d3b4b0fa80850fe04a9143a7..d670183a01b0ee57ed21184f0c2ed33e9167f39c 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
@@ -4,6 +4,7 @@ |
<link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html"> |
<link rel="import" href="chrome://md-settings/passwords_and_forms_page/passwords_shared_css.html"> |
+<link rel="import" href="chrome://md-settings/passwords_and_forms_page/credit_card_edit_dialog.html"> |
michaelpg
2016/05/27 17:57:07
alphabetize
hcarmona
2016/05/31 21:14:06
Done.
|
<link rel="import" href="chrome://md-settings/settings_shared_css.html"> |
<dom-module id="settings-autofill-section"> |
@@ -87,6 +88,10 @@ |
<div id="menuRemoveCreditCard" class="list-item menu-item" |
on-tap="onMenuRemoveCreditCardTap_">$i18n{removeCreditCard}</div> |
</cr-shared-menu> |
+ <settings-credit-card-edit-dialog id="editCreditCardDialog" |
+ new-title="$i18n{addCreditCardTitle}" |
+ edit-title="$i18n{editCreditCardTitle}"> |
+ </settings-credit-card-edit-dialog> |
</template> |
<link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
<script src="chrome://md-settings/passwords_and_forms_page/autofill_section.js"></script> |