Chromium Code Reviews| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js |
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js |
| index ebb4539477d5e44a312c3fb60481224310ed277b..d41ad80a2a8a130bac18a142bdc138460acf1998 100644 |
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js |
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js |
| @@ -20,7 +20,17 @@ var ExceptionPairEntryEvent; |
| Polymer({ |
| is: 'passwords-section', |
| + behaviors: [ |
| + PrefsBehavior, |
|
michaelpg
2016/08/12 21:51:28
is this necessary?
hcarmona
2016/08/16 22:33:39
Nope. Removed.
|
| + ], |
| + |
| properties: { |
| + /** Preferences state. */ |
| + prefs: { |
| + type: Object, |
| + notify: true, |
| + }, |
| + |
| /** |
| * An array of passwords to display. |
| * @type {!Array<!chrome.passwordsPrivate.PasswordUiEntry>} |