15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)function FindProxyForURL(url, host) {
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  return "PROXY success:80";
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)}
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// We end the script with a comment (and no trailing newline).
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// This used to cause problems, because internally ProxyResolverV8
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// would append some functions to the script; the first line of
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// those extra functions was being considered part of the comment.