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

Unified Diff: net/http/proxy_client_socket.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 months 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
Index: net/http/proxy_client_socket.h
diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h
index ce26719ea16bf2b2e950360f33c076c126be4c70..b2df31a301ed81682beff3dbee6c157137c25911 100644
--- a/net/http/proxy_client_socket.h
+++ b/net/http/proxy_client_socket.h
@@ -68,7 +68,7 @@ class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
// construction/ this method should be called.
static int HandleProxyAuthChallenge(HttpAuthController* auth,
HttpResponseInfo* response,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
// Logs (to the log and in a histogram) a blocked CONNECT response.
static void LogBlockedTunnelResponse(int http_response_code,

Powered by Google App Engine
This is Rietveld 408576698