| Index: net/proxy/proxy_resolver_v8.h
|
| diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
|
| index 28bdcd03a51abcd8e20eb537f0df050be4789720..6cd340f7538297bd73fa8f1f754db5eba9ec9523 100644
|
| --- a/net/proxy/proxy_resolver_v8.h
|
| +++ b/net/proxy/proxy_resolver_v8.h
|
| @@ -40,6 +40,8 @@ class ProxyResolverV8 : public ProxyResolver {
|
|
|
| virtual ~ProxyResolverV8();
|
|
|
| + ProxyResolverJSBindings* js_bindings() const { return js_bindings_.get(); }
|
| +
|
| // ProxyResolver implementation:
|
| virtual int GetProxyForURL(const GURL& url,
|
| ProxyInfo* results,
|
| @@ -54,8 +56,6 @@ class ProxyResolverV8 : public ProxyResolver {
|
| const scoped_refptr<ProxyResolverScriptData>& script_data,
|
| CompletionCallback* /*callback*/);
|
|
|
| - ProxyResolverJSBindings* js_bindings() const { return js_bindings_.get(); }
|
| -
|
| private:
|
| // Context holds the Javascript state for the most recently loaded PAC
|
| // script. It corresponds with the data from the last call to
|
|
|