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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html

Issue 1957043002: Separate the listeners and getters for the Autofill Private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill-lists.gitbr
Patch Set: update histogram.xml and test Created 4 years, 7 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/passwords_and_forms_page/passwords_and_forms_page.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
index 68b70b3836dfc723d0658f32f6f6bd5e65401cdf..364530c6677b6f89c28c069cde2eb4284b8b3012 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
@@ -37,7 +37,8 @@
</neon-animatable>
<template is="dom-if" name="manage-autofill">
<settings-subpage page-title="$i18n{autofill}">
- <settings-autofill-section id="autofillSection">
+ <settings-autofill-section id="autofillSection"
+ addresses="[[addresses]]" credit-cards="[[creditCards]]">
</settings-autofill-section>
</settings-subpage>
</template>

Powered by Google App Engine
This is Rietveld 408576698