return_integer.js revision f34af54bcab917eb5943d1918f32d26364f45578
1function FindProxyForURL(url, host) {
2  return 0;
3}
4
5