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