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

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

Issue 949783003: Add WiMAX to ONC validation list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser_tests Created 5 years, 9 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 "AutoConnect": true,
9 "Carrier": "cellular_provider", 9 "Carrier": "cellular_provider",
10 "HomeProvider": { 10 "HomeProvider": {
11 "country": "us", 11 "Country": "us",
12 "name": "cellular_provider" 12 "Name": "cellular_provider"
13 }, 13 },
14 "RoamingState": "Home", 14 "RoamingState": "Home",
15 "ServingOperator": { 15 "ServingOperator": {
16 "Code": "test-code", 16 "Code": "test-code",
17 "Country": "test-country", 17 "Country": "test-country",
18 "Name": "test-name" 18 "Name": "test-name"
19 }, 19 },
20 "SupportedCarriers": [ 20 "SupportedCarriers": [
21 "cellular_provider", 21 "cellular_provider",
22 "generic_provider" 22 "generic_provider"
(...skipping 22 matching lines...) Expand all
45 "Username": "test-username3" 45 "Username": "test-username3"
46 } 46 }
47 ], 47 ],
48 "SIMLockStatus": { 48 "SIMLockStatus": {
49 "LockType": "sim-pin", 49 "LockType": "sim-pin",
50 "LockEnabled": true 50 "LockEnabled": true
51 } 51 }
52 }, 52 },
53 "Source":"Device" 53 "Source":"Device"
54 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698