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

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

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/shill_openvpn.json ('k') | chromeos/test/data/network/valid.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 { "Type": "Ethernet", 1 { "Type": "Ethernet",
2 "Name": "testopenvpn", 2 "Name": "testopenvpn",
3 "VPN": { 3 "VPN": {
4 "Host": "users host", 4 "Host": "users host",
5 "Type": "OpenVPN", 5 "Type": "OpenVPN",
6 "OpenVPN": { 6 "OpenVPN": {
7 "Port": 1195, 7 "Port": 1195,
8 "Password": "users password" 8 "Password": "users password"
9 } 9 }
10 }, 10 },
11 "ProxySettings": { 11 "ProxySettings": {
12 "Type": "Direct" 12 "Type": "Direct"
13 }, 13 },
14 "IPConfigs": [ 14 "IPConfigs": [
15 { "Type": "IPv4", 15 { "Type": "IPv4",
16 "IPAddress": "127.0.0.1", 16 "IPAddress": "127.0.0.1",
17 "SearchDomains": [ "acme.org" ] }, 17 "SearchDomains": [ "acme.org" ] },
18 { "Type": "IPv4", 18 { "Type": "IPv4",
19 "IPAddress": "1.2.3.4" } 19 "IPAddress": "1.2.3.4" }
20 ] 20 ]
21 } 21 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_openvpn.json ('k') | chromeos/test/data/network/valid.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698