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

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

Issue 2627123002: Load Passwords and Autofill in the corresponding sub page. (Closed)
Patch Set: rebase Created 3 years, 10 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 d044d876c3f8b9a9604e92c0b62e56b131b23a39..85f2092a1c1b6d5a5f105845bf23eeb0ff2be003 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
@@ -63,8 +63,7 @@
<settings-subpage
associated-control="[[$$('#autofillManagerButton')]]"
page-title="$i18n{autofill}">
- <settings-autofill-section id="autofillSection"
- addresses="[[addresses]]" credit-cards="[[creditCards]]">
+ <settings-autofill-section id="autofillSection">
</settings-autofill-section>
</settings-subpage>
</template>
@@ -75,9 +74,8 @@
learn-more-url="$i18n{passwordManagerLearnMoreURL}"
search-label="$i18n{searchPasswords}"
search-term="{{passwordFilter_}}">
- <passwords-section saved-passwords="[[savedPasswords]]"
- id="passwordSection" password-exceptions="[[passwordExceptions]]"
- filter="[[passwordFilter_]]" prefs="{{prefs}}">
+ <passwords-section id="passwordSection" filter="[[passwordFilter_]]"
+ prefs="{{prefs}}">
</passwords-section>
</settings-subpage>
</template>

Powered by Google App Engine
This is Rietveld 408576698