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

Side by Side Diff: chromeos/test/data/network/tether.onc

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. Created 3 years, 7 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Type": "Tether", 2 "Type": "Tether",
3 "Name": "Tether Network", 3 "Name": "Tether Network",
4 "Tether": { 4 "Tether": {
5 "BatteryPercentage": 85, 5 "BatteryPercentage": 85,
6 "Carrier": "Project Fi", 6 "Carrier": "Project Fi",
7 "HasConnectedToHost": true,
7 "SignalStrength": 75 8 "SignalStrength": 75
8 } 9 }
9 } 10 }
OLDNEW
« 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