| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 |
| 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 2 <link rel="import" href="chrome://resources/html/assert.html"> | 4 <link rel="import" href="chrome://resources/html/assert.html"> |
| 3 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-selector/iron-sele
ctor.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-selector/iron-sele
ctor.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 8 <link rel="import" href="../icons.html"> | 9 <link rel="import" href="../icons.html"> |
| 9 <link rel="import" href="../route.html"> | 10 <link rel="import" href="../route.html"> |
| 10 <link rel="import" href="../settings_shared_css.html"> | 11 <link rel="import" href="../settings_shared_css.html"> |
| 11 | 12 |
| 12 <dom-module id="settings-menu"> | 13 <dom-module id="settings-menu"> |
| 13 <template> | 14 <template> |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 $i18n{resetPageTitle} | 177 $i18n{resetPageTitle} |
| 177 </a> | 178 </a> |
| 178 </iron-selector> | 179 </iron-selector> |
| 179 </iron-collapse> | 180 </iron-collapse> |
| 180 <div class="separator"></div> | 181 <div class="separator"></div> |
| 181 <a id="about-menu" href="/help">$i18n{aboutPageTitle}</a> | 182 <a id="about-menu" href="/help">$i18n{aboutPageTitle}</a> |
| 182 </iron-selector> | 183 </iron-selector> |
| 183 </template> | 184 </template> |
| 184 <script src="settings_menu.js"></script> | 185 <script src="settings_menu.js"></script> |
| 185 </dom-module> | 186 </dom-module> |
| OLD | NEW |