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

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

Powered by Google App Engine
This is Rietveld 408576698