| Index: content/browser/resolve_proxy_msg_helper.h
|
| diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h
|
| index e80b396733b9034312cc1ebae757525256f88537..920ff74199f74457e4de22fea7702d6654a4f43f 100644
|
| --- a/content/browser/resolve_proxy_msg_helper.h
|
| +++ b/content/browser/resolve_proxy_msg_helper.h
|
| @@ -70,8 +70,7 @@ class CONTENT_EXPORT ResolveProxyMsgHelper
|
| net::ProxyService::PacRequest* pac_req;
|
| };
|
|
|
| - // Members for the current outstanding proxy request.
|
| - net::OldCompletionCallbackImpl<ResolveProxyMsgHelper> callback_;
|
| + // Info about the current outstanding proxy request.
|
| net::ProxyInfo proxy_info_;
|
|
|
| // FIFO queue of pending requests. The first entry is always the current one.
|
|
|