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

Side by Side Diff: chromeos/test/data/network/shill_cellular_with_state.json

Issue 561073002: Use ONC carrier info in JS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_10a
Patch Set: Rebase 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 "AutoConnect": true, 2 "AutoConnect": true,
3 "Type": "cellular", 3 "Type": "cellular",
4 "Name": "Test Network", 4 "Name": "Test Network",
5 "Cellular.ActivationState": "activated", 5 "Cellular.ActivationState": "activated",
6 "Cellular.ActivationType": "OTASP", 6 "Cellular.ActivationType": "OTASP",
7 "Cellular.RoamingState": "home", 7 "Cellular.RoamingState": "home",
8 "Cellular.ServingOperator": { 8 "Cellular.ServingOperator": {
9 "code": "test-code", 9 "code": "test-code",
10 "country": "test-country", 10 "country": "test-country",
(...skipping 24 matching lines...) Expand all
35 "apn": "test-apn2", 35 "apn": "test-apn2",
36 "username": "test-username2", 36 "username": "test-username2",
37 "password": "test-password2" 37 "password": "test-password2"
38 }, 38 },
39 { 39 {
40 "apn": "test-apn3", 40 "apn": "test-apn3",
41 "username": "test-username3", 41 "username": "test-username3",
42 "password": "test-password3" 42 "password": "test-password3"
43 } 43 }
44 ], 44 ],
45 "Cellular.Carrier": "cellular_provider",
45 "Cellular.HomeProvider": { 46 "Cellular.HomeProvider": {
46 "country": "us", 47 "country": "us",
47 "name": "cellular_provider" 48 "name": "cellular_provider"
48 }, 49 },
49 "Cellular.SIMLockStatus": { 50 "Cellular.SIMLockStatus": {
50 "LockType": "sim-pin", 51 "LockType": "sim-pin",
51 "LockEnabled": true 52 "LockEnabled": true
52 } 53 },
54 "Cellular.SupportedCarriers": [
55 "cellular_provider",
56 "generic_provider"
57 ],
53 }, 58 },
54 "Profile": "/profile/default", 59 "Profile": "/profile/default",
55 } 60 }
OLDNEW
« no previous file with comments | « chromeos/dbus/fake_shill_manager_client.cc ('k') | chromeos/test/data/network/translation_of_shill_cellular_with_state.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698