From ec08bb23238e41b66daa676c3c55f23544a0de14 Mon Sep 17 00:00:00 2001 From: "ericroman@google.com" Date: Wed, 12 Aug 2009 00:25:12 +0000 Subject: Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN= Review URL: http://codereview.chromium.org/126303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23127 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/net/resolve_proxy_msg_helper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/browser/net/resolve_proxy_msg_helper.h') diff --git a/chrome/browser/net/resolve_proxy_msg_helper.h b/chrome/browser/net/resolve_proxy_msg_helper.h index 81d2e7e..92f1aa9 100644 --- a/chrome/browser/net/resolve_proxy_msg_helper.h +++ b/chrome/browser/net/resolve_proxy_msg_helper.h @@ -46,8 +46,7 @@ class ResolveProxyMsgHelper { // completion to |delegate|. Note that |delegate| must be live throughout // our lifespan. If |proxy_service| is NULL, then the current profile's // proxy service will be used. - explicit ResolveProxyMsgHelper(Delegate* delegate, - net::ProxyService* proxy_service); + ResolveProxyMsgHelper(Delegate* delegate, net::ProxyService* proxy_service); // Resolve proxies for |url|. Completion is notified through the delegate. // If multiple requests are started at the same time, they will run in -- cgit v1.1