Home | History | Annotate | Download | only in js-unittest
      1 function FindProxyForURL(url, host) {
      2   return "DIRECT";
      3 }
      4 
      5