summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_v8.h')
-rw-r--r--net/proxy/proxy_resolver_v8.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
index 6689191..f746ecb 100644
--- a/net/proxy/proxy_resolver_v8.h
+++ b/net/proxy/proxy_resolver_v8.h
@@ -56,12 +56,13 @@ class ProxyResolverV8 : public ProxyResolver {
private:
// Context holds the Javascript state for the most recently loaded PAC
// script. It corresponds with the data from the last call to
- // SetPacScriptByDataInternal().
+ // SetPacScript().
class Context;
// ProxyResolver implementation:
- virtual void SetPacScriptByDataInternal(const std::string& bytes);
-
+ virtual int SetPacScript(const GURL& /*pac_url*/,
+ const std::string& bytes,
+ CompletionCallback* /*callback*/);
scoped_ptr<Context> context_;
scoped_ptr<ProxyResolverJSBindings> js_bindings_;