| Index: net/proxy/proxy_resolver_v8.h
|
| diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
|
| index 60d9c0cdd125dbddb83ea5075ab1a9e81a67f85f..d0887778c4324297522ba7e6782e3296257c7355 100644
|
| --- a/net/proxy/proxy_resolver_v8.h
|
| +++ b/net/proxy/proxy_resolver_v8.h
|
| @@ -51,6 +51,7 @@ class NET_EXPORT_PRIVATE ProxyResolverV8 : public ProxyResolver {
|
| RequestHandle* /*request*/,
|
| const BoundNetLog& net_log) OVERRIDE;
|
| virtual void CancelRequest(RequestHandle request) OVERRIDE;
|
| + virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
|
| virtual void CancelSetPacScript() OVERRIDE;
|
| virtual void PurgeMemory() OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
|
|