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

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

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": { 4 "Cellular": {
5 "ActivationState": "Activated", 5 "ActivationState": "Activated",
6 "ActivationType": "OTASP", 6 "ActivationType": "OTASP",
7 "AllowRoaming": true, 7 "AllowRoaming": true,
8 "HomeProvider": { 8 "HomeProvider": {
9 "country": "us", 9 "country": "us",
10 "name": "cellular_provider" 10 "name": "cellular_provider"
(...skipping 25 matching lines...) Expand all
36 }, { 36 }, {
37 "AccessPointName": "test-apn3", 37 "AccessPointName": "test-apn3",
38 "Password": "test-password3", 38 "Password": "test-password3",
39 "Username": "test-username3" 39 "Username": "test-username3"
40 } 40 }
41 ], 41 ],
42 "SIMLockStatus": { 42 "SIMLockStatus": {
43 "LockType": "sim-pin", 43 "LockType": "sim-pin",
44 "LockEnabled": true 44 "LockEnabled": true
45 } 45 }
46 } 46 },
47 "Source":"Device"
47 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698