ozone: Handle pressure and tilt for stylus devices
[chromium-blink-merge.git] / net / data / proxy_resolver_v8_unittest / resolve_host.js
blob0461de9862872457f98499b019ecda75714e5209
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This script passes the URL's host to dnsResolveEx().
6 function FindProxyForURL(url, host) {
7   dnsResolveEx(host);
8   return 'DIRECT';