| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 |
| 1 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa
nd_button.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa
nd_button.html"> |
| 2 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 4 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 3 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_icon.
html"> | 5 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_icon.
html"> |
| 4 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.htm
l"> | 6 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.htm
l"> |
| 5 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_indicat
or.html"> | 7 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_indicat
or.html"> |
| 6 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_behavior.html"> | 8 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_behavior.html"> |
| 7 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_indicator.html"> | 9 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_indicator.html"> |
| 8 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 10 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 9 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> | 11 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll
apse.html"> |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> |
| 12 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 13 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> |
| 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 14 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 14 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> | 15 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> |
| 15 <link rel="import" href="../controls/settings_toggle_button.html"> | 16 <link rel="import" href="../controls/settings_toggle_button.html"> |
| 16 <link rel="import" href="../prefs/prefs.html"> | 17 <link rel="import" href="../prefs/prefs.html"> |
| 17 <link rel="import" href="../route.html"> | 18 <link rel="import" href="../route.html"> |
| 18 <link rel="import" href="internet_shared_css.html"> | 19 <link rel="import" href="internet_shared_css.html"> |
| 19 <link rel="import" href="network_apnlist.html"> | 20 <link rel="import" href="network_apnlist.html"> |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 </template> | 308 </template> |
| 308 | 309 |
| 309 <tether-connection-dialog id="tetherDialog" | 310 <tether-connection-dialog id="tetherDialog" |
| 310 network-properties="[[networkProperties]]" | 311 network-properties="[[networkProperties]]" |
| 311 on-tether-connect="onTetherConnect_" | 312 on-tether-connect="onTetherConnect_" |
| 312 on-close="onTetherDialogClose_"> | 313 on-close="onTetherDialogClose_"> |
| 313 </tether-connection-dialog> | 314 </tether-connection-dialog> |
| 314 </template> | 315 </template> |
| 315 <script src="internet_detail_page.js"></script> | 316 <script src="internet_detail_page.js"></script> |
| 316 </dom-module> | 317 </dom-module> |
| OLD | NEW |