Chromium Code Reviews| Index: chromeos/test/data/network/shill_wifi_proxy.json |
| diff --git a/chromeos/test/data/network/shill_wifi_proxy.json b/chromeos/test/data/network/shill_wifi_proxy.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7b273f84ee475cb4101d535219e768a5b0d862d |
| --- /dev/null |
| +++ b/chromeos/test/data/network/shill_wifi_proxy.json |
| @@ -0,0 +1,6 @@ |
| +{ |
| + "Mode": "managed", |
| + "ProxyConfig": "{\"bypass_list\":\"google.com;\\u003Clocal>;\",\"mode\":\"fixed_servers\",\"server\":\"ftp=ftp.example.com:5678;http=http.example.com:1234;socks=socks5://socks.example.com:7890;https=https.example.com:3456\"}", |
| + "SecurityClass": "none", |
| + "Type": "wifi", |
| +} |