Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: content/browser/resolve_proxy_msg_helper.h

Issue 8985012: base::Bind: Convert net/proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more include. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/resolve_proxy_msg_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/browser/resolve_proxy_msg_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698