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

Unified Diff: chromeos/test/data/network/tether.onc

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
« no previous file with comments | « chromeos/test/data/network/shill_tether.json ('k') | components/onc/docs/onc_spec.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/tether.onc
diff --git a/chromeos/test/data/network/tether.onc b/chromeos/test/data/network/tether.onc
new file mode 100644
index 0000000000000000000000000000000000000000..02970b1869703e47d0a091f139fb9b51c842d866
--- /dev/null
+++ b/chromeos/test/data/network/tether.onc
@@ -0,0 +1,9 @@
+{
+ "Type": "Tether",
+ "Name": "Tether Network",
+ "Tether": {
+ "BatteryPercentage": 85,
+ "Carrier": "Project Fi",
+ "SignalStrength": 75
+ }
+}
« no previous file with comments | « chromeos/test/data/network/shill_tether.json ('k') | components/onc/docs/onc_spec.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698