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

Unified Diff: chromeos/test/data/network/shill_tether.json

Issue 2818593003: [CrOS Tether] Add tether network properties (battery percentage, carrier, and signal strength) to t… (Closed)
Patch Set: Ran git cl format. 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: chromeos/test/data/network/shill_tether.json
diff --git a/chromeos/test/data/network/shill_tether.json b/chromeos/test/data/network/shill_tether.json
new file mode 100644
index 0000000000000000000000000000000000000000..2f7e18eb6f509b9f04ee05979f05aea914be486a
--- /dev/null
+++ b/chromeos/test/data/network/shill_tether.json
@@ -0,0 +1,7 @@
+{
+ "Type": "wifi-tether",
+ "Name": "Tether Network",
+ "Tether.BatteryPercentage": 85,
+ "Tether.Carrier": "Project Fi",
+ "Tether.SignalStrength": 75
+}
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | chromeos/test/data/network/tether.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698