Chromium Code Reviews| Index: chrome/browser/resources/settings/internet_page/network_summary.js |
| diff --git a/chrome/browser/resources/settings/internet_page/network_summary.js b/chrome/browser/resources/settings/internet_page/network_summary.js |
| index 15e42bdc2482f2912170cd019a73be18f0696333..1d86317b8c046b0771b3f743a98e9bdf043ba7f5 100644 |
| --- a/chrome/browser/resources/settings/internet_page/network_summary.js |
| +++ b/chrome/browser/resources/settings/internet_page/network_summary.js |
| @@ -282,6 +282,7 @@ Polymer({ |
| Cellular: [], |
| WiMAX: [], |
| VPN: [], |
| + Tether: [], |
|
stevenjb
2017/04/19 21:16:02
We shouldn't add this here until we use it.
Kyle Horimoto
2017/04/19 22:31:04
Without this change, the settings page has a JavaS
stevenjb
2017/04/19 22:37:34
What's the error? We should probably fix that inst
Kyle Horimoto
2017/04/19 23:08:59
Done.
|
| }; |
| var firstConnectedNetwork = null; |