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

Side by Side Diff: chrome/test/data/chromeos/net/shill_for_managed_toplevel1.json

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 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
OLDNEW
(Empty)
1 {
2 "123": {
3 "GUID": "123",
4 "L2TPIPsec.PSK": "sharedkey",
5 "Name": "testopenvpn",
6 "OpenVPN.Port": "1194",
7 "OpenVPN.User": "abc madmax def",
8 "Profile": "user",
9 "Provider.Host": "policys host",
10 "Provider.Type": "openvpn",
11 "Type": "vpn",
12 "UIData": "{\"certificate_pattern\":{\"IssuerCARef\":[\"openvpn-test-ca\"]}, \"certificate_type\":\"pattern\",\"onc_source\":\"user_policy\"}"
13 },
14 "Fake Ethernet": {
15 "GUID": "guid",
16 "Profile": "user",
17 "Type": "ethernet",
18 "UIData": "{\"onc_source\":\"user_policy\"}"
19 }
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698