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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary.js

Issue 2819383002: [CrOS Tether] Update NetworkState to include tether properties and integrate into NetworkStateHandl… (Closed)
Patch Set: stevenjb@ and hansberry@ comments. Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698