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

Side by Side Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html

Issue 2889333002: [MD settings] move polymer.html imports to top of file (Closed)
Patch Set: rerun Created 3 years, 7 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 unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698