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

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

Issue 552113002: Add ONC 'Source' configuration property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_9a
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 "Type": "cellular", 2 "Type": "cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular.ActivationState": "activated", 4 "Cellular.ActivationState": "activated",
5 "Cellular.ActivationType": "OTASP", 5 "Cellular.ActivationType": "OTASP",
6 "Cellular.RoamingState": "home", 6 "Cellular.RoamingState": "home",
7 "Cellular.ServingOperator": { 7 "Cellular.ServingOperator": {
8 "code": "test-code", 8 "code": "test-code",
9 "country": "test-country", 9 "country": "test-country",
10 "name" : "test-name" 10 "name" : "test-name"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 ], 43 ],
44 "Cellular.HomeProvider": { 44 "Cellular.HomeProvider": {
45 "country": "us", 45 "country": "us",
46 "name": "cellular_provider" 46 "name": "cellular_provider"
47 }, 47 },
48 "Cellular.SIMLockStatus": { 48 "Cellular.SIMLockStatus": {
49 "LockType": "sim-pin", 49 "LockType": "sim-pin",
50 "LockEnabled": true 50 "LockEnabled": true
51 } 51 }
52 } 52 },
53 "Profile": "/profile/default",
53 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698