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

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

Issue 571123002: Fix some properties on the settings page read from ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO. Created 6 years, 3 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
OLDNEW
1 { 1 {
2 "Type": "Cellular", 2 "Type": "Cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular": { 4 "Cellular": {
5 "ActivationState": "Activated", 5 "ActivationState": "Activated",
6 "ActivationType": "OTASP", 6 "ActivationType": "OTASP",
7 "AllowRoaming": true, 7 "AllowRoaming": true,
8 "AutoConnect": true,
8 "HomeProvider": { 9 "HomeProvider": {
9 "country": "us", 10 "country": "us",
10 "name": "cellular_provider" 11 "name": "cellular_provider"
11 }, 12 },
12 "RoamingState": "Home", 13 "RoamingState": "Home",
13 "ServingOperator": { 14 "ServingOperator": {
14 "Code": "test-code", 15 "Code": "test-code",
15 "Country": "test-country", 16 "Country": "test-country",
16 "Name": "test-name" 17 "Name": "test-name"
17 }, 18 },
(...skipping 21 matching lines...) Expand all
39 "Username": "test-username3" 40 "Username": "test-username3"
40 } 41 }
41 ], 42 ],
42 "SIMLockStatus": { 43 "SIMLockStatus": {
43 "LockType": "sim-pin", 44 "LockType": "sim-pin",
44 "LockEnabled": true 45 "LockEnabled": true
45 } 46 }
46 }, 47 },
47 "Source":"Device" 48 "Source":"Device"
48 } 49 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_cellular_with_state.json ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698