Sign in
mojo
/
mojo-tools
/
c853f650cabc661dca36a249a90fa6501937faf0
/
.
/
net
/
data
/
proxy_resolver_v8_tracing_unittest
/
simple.js
blob: f742081f8dd4a9cdf0be425d0ce5ba28e83c129c [
file
]
function
FindProxyForURL
(
url
,
host
)
{
return
"PROXY "
+
host
+
":99"
;
}