summaryrefslogtreecommitdiffstats
path: root/content/browser/resolve_proxy_msg_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/resolve_proxy_msg_helper.h')
-rw-r--r--content/browser/resolve_proxy_msg_helper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h
index e80b396..920ff74 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.