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