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

Unified Diff: net/url_request/url_request_job.h

Issue 2334623003: Store net::ProxyServer in HttpResponseInfo object (Closed)
Patch Set: Rebased 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
Index: net/url_request/url_request_job.h
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
index d60905ed21d1e0899a83019b54b7aa8ef85916b8..8681a659954ce351b5d572dd2ed8649e9f49cf2c 100644
--- a/net/url_request/url_request_job.h
+++ b/net/url_request/url_request_job.h
@@ -36,6 +36,7 @@ class HttpResponseInfo;
class IOBuffer;
struct LoadTimingInfo;
class NetworkDelegate;
+class ProxyServer;
class SSLCertRequestInfo;
class SSLInfo;
class SSLPrivateKey;
@@ -325,7 +326,7 @@ class NET_EXPORT URLRequestJob : public base::PowerObserver {
const URLRequestStatus GetStatus();
// Set the proxy server that was used, if any.
- void SetProxyServer(const HostPortPair& proxy_server);
+ void SetProxyServer(const ProxyServer& proxy_server);
// The number of bytes read after passing through the filter. This value
// reflects bytes read even when there is no filter.

Powered by Google App Engine
This is Rietveld 408576698