summaryrefslogtreecommitdiffstats
path: root/net/data/proxy_resolver_v8_tracing_unittest/simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'net/data/proxy_resolver_v8_tracing_unittest/simple.js')
-rw-r--r--net/data/proxy_resolver_v8_tracing_unittest/simple.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/data/proxy_resolver_v8_tracing_unittest/simple.js b/net/data/proxy_resolver_v8_tracing_unittest/simple.js
new file mode 100644
index 0000000..f742081
--- /dev/null
+++ b/net/data/proxy_resolver_v8_tracing_unittest/simple.js
@@ -0,0 +1,3 @@
+function FindProxyForURL(url, host) {
+ return "PROXY " + host + ":99";
+}