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

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

Issue 571123002: Fix some properties on the settings page read from ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO. 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 "Type": "cellular", 3 "Type": "cellular",
3 "Cellular.APN": { 4 "Cellular.APN": {
4 "apn": "test-apn", 5 "apn": "test-apn",
5 "username": "test-username", 6 "username": "test-username",
6 "password": "test-password" 7 "password": "test-password"
7 } 8 }
8 } 9 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/cellular.onc ('k') | chromeos/test/data/network/shill_cellular_with_state.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698