Chromium Code Reviews| Index: chromeos/test/data/network/wifi_proxy_pac.onc |
| diff --git a/chromeos/test/data/network/wifi_proxy_pac.onc b/chromeos/test/data/network/wifi_proxy_pac.onc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..140e1a6c1ef2e0cd553e0f7f9480db1bf9fdcfea |
| --- /dev/null |
| +++ b/chromeos/test/data/network/wifi_proxy_pac.onc |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "Name": "wifi1", |
| + "ProxySettings": { |
| + "Type": "PAC", |
| + "PAC": "http://pac.foo.com/script.pac" |
| + }, |
| + "Type": "WiFi", |
| + "WiFi": { |
| + "Security": "None" |
| + } |
| +} |