summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_js_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_js_bindings.h')
-rw-r--r--net/proxy/proxy_resolver_js_bindings.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/proxy/proxy_resolver_js_bindings.h b/net/proxy/proxy_resolver_js_bindings.h
index b5912c4..834ea73 100644
--- a/net/proxy/proxy_resolver_js_bindings.h
+++ b/net/proxy/proxy_resolver_js_bindings.h
@@ -54,9 +54,6 @@ class ProxyResolverJSBindings {
// if a line number is not applicable to this error.
virtual void OnError(int line_number, const string16& error) = 0;
- // Called before the thread running the proxy resolver is stopped.
- virtual void Shutdown() = 0;
-
// Creates a default javascript bindings implementation that will:
// - Send script error messages to LOG(INFO)
// - Send script alert()s to LOG(INFO)