| Index: net/proxy/proxy_resolver_winhttp.h
|
| diff --git a/net/proxy/proxy_resolver_winhttp.h b/net/proxy/proxy_resolver_winhttp.h
|
| index 7d278e4e117a56080ac5d40631600dd2834cc6bf..c565808ae1e1980b8c40424021c2d7eebcc9ae70 100644
|
| --- a/net/proxy/proxy_resolver_winhttp.h
|
| +++ b/net/proxy/proxy_resolver_winhttp.h
|
| @@ -29,6 +29,11 @@ class NET_EXPORT_PRIVATE ProxyResolverWinHttp : public ProxyResolver {
|
| const BoundNetLog& /*net_log*/) OVERRIDE;
|
| virtual void CancelRequest(RequestHandle request) OVERRIDE;
|
|
|
| + virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
|
| +
|
| + virtual LoadState GetLoadStateThreadSafe(
|
| + RequestHandle request) const OVERRIDE;
|
| +
|
| virtual void CancelSetPacScript() OVERRIDE;
|
|
|
| virtual int SetPacScript(
|
|
|