index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
data
/
proxy_resolver_v8_unittest
/
direct.js
blob: 43a04da7c8c8d1524c7145dae6ce64343bcc41f1 (
plain
)
1
2
3
4
function
FindProxyForURL
(
url
,
host
) {
return
"DIRECT"
;
}