commit | 943c808476fc4ccea2175a4f76bc05346c53c209 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Feb 23 19:10:45 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Feb 23 19:10:45 2009 |
tree | ae0c1fe78fa44eeb238770a6051fc639885572f8 | |
parent | 45bdf86341670d95573acbc699f2d2998a25cf1d [diff] [blame] |
Add ProxyResolverV8 [email protected] is the original author of 'proxy_resolver_v8.cc' and 'proxy_resolver_script.h'. Review URL: http://codereview.chromium.org/21391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10199 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/data/proxy_resolver_v8_unittest/direct.js b/net/data/proxy_resolver_v8_unittest/direct.js new file mode 100644 index 0000000..43a04da --- /dev/null +++ b/net/data/proxy_resolver_v8_unittest/direct.js
@@ -0,0 +1,4 @@ +function FindProxyForURL(url, host) { + return "DIRECT"; +} +