| Index: testing/unittest_support/localproxytest.pac
|
| diff --git a/testing/unittest_support/localproxytest.pac b/testing/unittest_support/localproxytest.pac
|
| deleted file mode 100644
|
| index 057c85cc51d06d785f8466c60dc50ffa5942f662..0000000000000000000000000000000000000000
|
| --- a/testing/unittest_support/localproxytest.pac
|
| +++ /dev/null
|
| @@ -1,7 +0,0 @@
|
| -function FindProxyForURL(url, host) {
|
| - if (shExpMatch(host, "*.omahaproxytest.com")) {
|
| - return "PROXY omaha_unittest1; SOCKS should_not_appear:12345; PROXY omaha_unittest2:8080; DIRECT; PROXY should_not_be_included";
|
| - }
|
| - return "DIRECT";
|
| -}
|
| -
|
|
|