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

Side by Side Diff: chrome/browser/resources/settings/site_settings/site_list.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/ui/focus_without_ink.html"> 4 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html">
3 <link rel="import" href="chrome://resources/html/polymer.html">
4 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action _menu.html"> 5 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action _menu.html">
5 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 6 <link rel="import" href="chrome://resources/cr_elements/icons.html">
6 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in dicator.html"> 7 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in dicator.html">
7 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 8 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
10 <link rel="import" href="../i18n_setup.html"> 11 <link rel="import" href="../i18n_setup.html">
11 <link rel="import" href="../icons.html"> 12 <link rel="import" href="../icons.html">
12 <link rel="import" href="../route.html"> 13 <link rel="import" href="../route.html">
13 <link rel="import" href="../settings_shared_css.html"> 14 <link rel="import" href="../settings_shared_css.html">
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 </div> 106 </div>
106 </div> 107 </div>
107 <template is="dom-if" if="[[showEditExceptionDialog_]]" restamp> 108 <template is="dom-if" if="[[showEditExceptionDialog_]]" restamp>
108 <settings-edit-exception-dialog model="[[actionMenuSite_]]" 109 <settings-edit-exception-dialog model="[[actionMenuSite_]]"
109 on-close="onEditExceptionDialogClosed_"> 110 on-close="onEditExceptionDialogClosed_">
110 </settings-edit-exception-dialog> 111 </settings-edit-exception-dialog>
111 </template> 112 </template>
112 </template> 113 </template>
113 <script src="site_list.js"></script> 114 <script src="site_list.js"></script>
114 </dom-module> 115 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698