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

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

Issue 482243002: Use Managed properties for Preferred and Provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 { "GUID": "guid",
2 "Type": "vpn",
3 "Name": "MyL2TPVPN",
4 "Provider": {
5 "Host": "some.host.org",
6 "L2TPIPsec.PSK": "some_preshared_key",
7 "L2TPIPsec.User": "some username",
8 "L2TPIPsec.XauthPassword": "some xauth password",
9 "L2TPIPsec.XauthUser": "some xauth username",
10 "L2TPIPsec.Password": "some password",
11 "Type": "l2tpipsec",
12 },
13 "SaveCredentials": true
14 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_openvpn_with_errors.json ('k') | chromeos/test/data/network/shill_output_openvpn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698