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

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

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 years 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 "ethernet-and-vpn": { 2 "ethernet-and-vpn": {
3 "Recommended": [], 3 "Recommended": [],
4 "GUID": "guid", 4 "GUID": "guid",
5 "Type": "Ethernet", 5 "Type": "Ethernet",
6 "Name": "name", 6 "Name": "name",
7 "Ethernet": { 7 "Ethernet": {
8 "Authentication": "None" 8 "Authentication": "None"
9 }, 9 },
10 "VPN": { 10 "VPN": {
(...skipping 13 matching lines...) Expand all
24 }, 24 },
25 "ethernet-and-vpn-normalized": { 25 "ethernet-and-vpn-normalized": {
26 "GUID": "guid", 26 "GUID": "guid",
27 "Type": "Ethernet", 27 "Type": "Ethernet",
28 "Name": "name", 28 "Name": "name",
29 "Ethernet": { 29 "Ethernet": {
30 "Authentication": "None" 30 "Authentication": "None"
31 } 31 }
32 }, 32 },
33 } 33 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/policy_without_recommended.onc ('k') | chromeos/test/data/network/shill_ethernet.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698