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

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: Add missing @private 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 286491b0f1d5220dc64675b9a9ce72a3f6697fe5..06094ddc0d2a5a8202ac66693ef8829428012454 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>
@@ -74,9 +73,8 @@
page-title="$i18n{passwords}"
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