| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 |
| 1 <link rel="import" href="chrome://resources/html/assert.html"> | 3 <link rel="import" href="chrome://resources/html/assert.html"> |
| 2 <link rel="import" href="chrome://resources/html/cr.html"> | 4 <link rel="import" href="chrome://resources/html/cr.html"> |
| 3 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 7 <link rel="import" href="autofill_section.html"> | 8 <link rel="import" href="autofill_section.html"> |
| 8 <link rel="import" href="passwords_section.html"> | 9 <link rel="import" href="passwords_section.html"> |
| 9 <link rel="import" href="../controls/extension_controlled_indicator.html"> | 10 <link rel="import" href="../controls/extension_controlled_indicator.html"> |
| 10 <link rel="import" href="../controls/settings_toggle_button.html"> | 11 <link rel="import" href="../controls/settings_toggle_button.html"> |
| 11 <link rel="import" href="../prefs/prefs.html"> | 12 <link rel="import" href="../prefs/prefs.html"> |
| 12 <link rel="import" href="../prefs/prefs_behavior.html"> | 13 <link rel="import" href="../prefs/prefs_behavior.html"> |
| 13 <link rel="import" href="../route.html"> | 14 <link rel="import" href="../route.html"> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 search-term="{{passwordFilter_}}"> | 68 search-term="{{passwordFilter_}}"> |
| 68 <passwords-section id="passwordSection" filter="[[passwordFilter_]]" | 69 <passwords-section id="passwordSection" filter="[[passwordFilter_]]" |
| 69 prefs="{{prefs}}"> | 70 prefs="{{prefs}}"> |
| 70 </passwords-section> | 71 </passwords-section> |
| 71 </settings-subpage> | 72 </settings-subpage> |
| 72 </template> | 73 </template> |
| 73 </settings-animated-pages> | 74 </settings-animated-pages> |
| 74 </template> | 75 </template> |
| 75 <script src="passwords_and_forms_page.js"></script> | 76 <script src="passwords_and_forms_page.js"></script> |
| 76 </dom-module> | 77 </dom-module> |
| OLD | NEW |