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

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

Issue 1228543002: Translate ONC ProxySettings <-> Shill ProxyConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 "Name": "",
3 "ProxySettings": {
4 "Type": "Manual",
5 "Manual": {
6 "HTTPProxy" : {
7 "Host" : "http.example.com",
8 "Port" : 1234
9 },
10 "SecureHTTPProxy" : {
11 "Host" : "https.example.com",
12 "Port" : 3456
13 },
14 "FTPProxy" : {
15 "Host" : "ftp.example.com",
16 "Port" : 5678
17 },
18 "SOCKS" : {
19 "Host" : "socks5://socks.example.com",
20 "Port" : 7890
21 }
22 },
23 "ExcludeDomains": [
24 "google.com",
25 "<local>"
26 ]
27 },
28 "Type": "WiFi",
29 "WiFi": {
30 "Security": "None"
31 }
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698