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