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

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

Issue 2818593003: [CrOS Tether] Add tether network properties (battery percentage, carrier, and signal strength) to t… (Closed)
Patch Set: stevenjb@ 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
« no previous file with comments | « no previous file | chromeos/BUILD.gn » ('j') | chromeos/network/network_type_pattern.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/18 20:41:19 We shouldn't make this change by itself.
Kyle Horimoto 2017/04/18 21:58:39 Done.
};
var firstConnectedNetwork = null;
« no previous file with comments | « no previous file | chromeos/BUILD.gn » ('j') | chromeos/network/network_type_pattern.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698