OLD | NEW |
1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> | 1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> |
2 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.htm
l"> | 2 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.htm
l"> |
3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_behavior.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_behavior.html"> |
4 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_indicator.html"> | 4 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_indicator.html"> |
5 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in
dicator.html"> | 5 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in
dicator.html"> |
6 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 6 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 7 <link rel="import" href="chrome://resources/html/md_select_css.html"> |
7 <link rel="import" href="chrome://resources/html/polymer.html"> | 8 <link rel="import" href="chrome://resources/html/polymer.html"> |
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
-container.html"> | 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
-container.html"> |
11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> |
12 <link rel="import" href="/controls/settings_checkbox.html"> | 13 <link rel="import" href="/controls/settings_checkbox.html"> |
13 <link rel="import" href="/i18n_setup.html"> | 14 <link rel="import" href="/i18n_setup.html"> |
14 <link rel="import" href="/md_select_css.html"> | |
15 <link rel="import" href="/prefs/prefs_behavior.html"> | 15 <link rel="import" href="/prefs/prefs_behavior.html"> |
| 16 <link rel="import" href="/settings_vars_css.html"> |
16 <link rel="import" href="internet_shared_css.html"> | 17 <link rel="import" href="internet_shared_css.html"> |
17 <link rel="import" href="network_proxy_exclusions.html"> | 18 <link rel="import" href="network_proxy_exclusions.html"> |
18 <link rel="import" href="network_proxy_input.html"> | 19 <link rel="import" href="network_proxy_input.html"> |
19 | 20 |
20 <dom-module id="network-proxy"> | 21 <dom-module id="network-proxy"> |
21 <template> | 22 <template> |
22 <style include="internet-shared md-select"> | 23 <style include="internet-shared md-select"> |
23 cr-policy-network-indicator, | 24 cr-policy-network-indicator, |
24 cr-policy-pref-indicator { | 25 cr-policy-pref-indicator { |
25 -webkit-margin-end: 10px; | 26 -webkit-margin-end: 10px; |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 </paper-button> | 198 </paper-button> |
198 <paper-button class="action-button" | 199 <paper-button class="action-button" |
199 on-tap="onAllowSharedDialogConfirm_"> | 200 on-tap="onAllowSharedDialogConfirm_"> |
200 $i18n{confirm} | 201 $i18n{confirm} |
201 </paper-button> | 202 </paper-button> |
202 </div> | 203 </div> |
203 </dialog> | 204 </dialog> |
204 </template> | 205 </template> |
205 <script src="network_proxy.js"></script> | 206 <script src="network_proxy.js"></script> |
206 </dom-module> | 207 </dom-module> |
OLD | NEW |