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

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