chromium/services/proxy_resolver/test/data/proxy_resolver_v8_unittest/direct.js

function FindProxyForURL(url, host) {
  return "DIRECT";
}