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

Side by Side Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_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"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/html/action_link.html"> 3 <link rel="import" href="chrome://resources/html/action_link.html">
3 <link rel="import" href="chrome://resources/html/action_link_css.html"> 4 <link rel="import" href="chrome://resources/html/action_link_css.html">
4 <link rel="import" href="chrome://resources/html/assert.html"> 5 <link rel="import" href="chrome://resources/html/assert.html">
5 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html"> 6 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.htm l"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.htm l">
8 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 9 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
9 <link rel="import" href="chrome://resources/cr_elements/cr_scrollable_behavior.h tml"> 10 <link rel="import" href="chrome://resources/cr_elements/cr_scrollable_behavior.h tml">
10 <link rel="import" href="../controls/extension_controlled_indicator.html"> 11 <link rel="import" href="../controls/extension_controlled_indicator.html">
11 <link rel="import" href="../settings_shared_css.html"> 12 <link rel="import" href="../settings_shared_css.html">
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 </template> 67 </template>
67 </div> 68 </div>
68 <template is="dom-if" if="[[showStartupUrlDialog_]]" restamp> 69 <template is="dom-if" if="[[showStartupUrlDialog_]]" restamp>
69 <settings-startup-url-dialog model="[[startupUrlDialogModel_]]" 70 <settings-startup-url-dialog model="[[startupUrlDialogModel_]]"
70 on-close="destroyUrlDialog_"> 71 on-close="destroyUrlDialog_">
71 </settings-startup-url-dialog> 72 </settings-startup-url-dialog>
72 </template> 73 </template>
73 </template> 74 </template>
74 <script src="startup_urls_page.js"></script> 75 <script src="startup_urls_page.js"></script>
75 </dom-module> 76 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698