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