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

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

Issue 492383002: Use ONC for Cellular APN and SimLock in Settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Type": "Cellular", 2 "Type": "Cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular": { 4 "Cellular": {
5 "APN": { 5 "APN": {
6 "Name": "test-apn", 6 "AccessPointName": "test-apn",
7 "Username": "test-username", 7 "Username": "test-username",
8 "Password": "test-password" 8 "Password": "test-password"
9 } 9 }
10 } 10 }
11 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698