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

Unified Diff: net/url_request/url_request.cc

Issue 2334623003: Store net::ProxyServer in HttpResponseInfo object (Closed)
Patch Set: Rebased, fix compile error Created 4 years, 2 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
« no previous file with comments | « net/url_request/url_request.h ('k') | net/url_request/url_request_ftp_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request.cc
diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
index fa003e4dcd7d45af8a3d5bbdd7ba312596ae626b..0a91e8df200c463d6f60603553e9cd3ca165a4b6 100644
--- a/net/url_request/url_request.cc
+++ b/net/url_request/url_request.cc
@@ -916,7 +916,7 @@ void URLRequest::PrepareToRestart() {
status_ = URLRequestStatus();
is_pending_ = false;
- proxy_server_ = HostPortPair();
+ proxy_server_ = ProxyServer();
}
void URLRequest::OrphanJob() {
« no previous file with comments | « net/url_request/url_request.h ('k') | net/url_request/url_request_ftp_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698