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

Side by Side Diff: chromeos/test/data/network/invalid_settings_with_repairs.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
« no previous file with comments | « chromeos/test/data/network/encrypted.onc ('k') | chromeos/test/data/network/policy.onc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "managed-network-repaired": { 2 "managed-network-repaired": {
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 }, 10 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 }, 83 },
84 "network-illegal-recommended": { 84 "network-illegal-recommended": {
85 "Recommended": [], 85 "Recommended": [],
86 "Type": "Ethernet", 86 "Type": "Ethernet",
87 "Name": "name", 87 "Name": "name",
88 "Ethernet": { 88 "Ethernet": {
89 "Authentication": "None" 89 "Authentication": "None"
90 } 90 }
91 }, 91 },
92 } 92 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/encrypted.onc ('k') | chromeos/test/data/network/policy.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698