Index: chromeos/test/data/network/proxy_config_from_onc.json |
diff --git a/chromeos/test/data/network/proxy_config_from_onc.json b/chromeos/test/data/network/proxy_config_from_onc.json |
deleted file mode 100644 |
index a798702cc2071e6bd1e62aaddba62113cddf840d..0000000000000000000000000000000000000000 |
--- a/chromeos/test/data/network/proxy_config_from_onc.json |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-[ |
- { "ONC_ProxySettings": { |
- "Type": "PAC", |
- "PAC": "proxycfg.my.domain.com" |
- }, |
- "ProxyConfig": { |
- "mode":"pac_script", |
- "pac_mandatory":false, |
- "pac_url":"http://proxycfg.my.domain.com/" |
- } |
- }, |
- { "ONC_ProxySettings": { |
- "Type": "PAC", |
- "PAC": "proxycfg.my.domain.com/proxy.dat" |
- }, |
- "ProxyConfig": { |
- "mode":"pac_script", |
- "pac_mandatory":false, |
- "pac_url":"http://proxycfg.my.domain.com/proxy.dat" |
- } |
- }, |
-] |