From 2357868189633f0e115648d744522b6063d2c440 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 20 Dec 2011 02:15:31 +0000 Subject: base::Bind: Convert net/proxy. BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8985012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115068 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/resolve_proxy_msg_helper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '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 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 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. -- cgit v1.1