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

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: Undo indent for better diff Created 3 years, 11 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 065a12af2cfb20db1946197b65204903403e92b0..3f732e2aeb6212d4d362bce0055c553f8d37d024 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
@@ -55,8 +55,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>
@@ -66,9 +65,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