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

Unified Diff: net/http/http_network_transaction.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/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index cab2701fa4e5b04bfaeac1189cf440f0eee49ee9..7c2064237ec55e4b8cd8f8f3de004bccf54016ff 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -59,7 +59,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// HttpTransaction methods:
int Start(const HttpRequestInfo* request_info,
const CompletionCallback& callback,
- const BoundNetLog& net_log) override;
+ const NetLogWithSource& net_log) override;
int RestartIgnoringLastError(const CompletionCallback& callback) override;
int RestartWithCertificate(X509Certificate* client_cert,
SSLPrivateKey* client_private_key,
@@ -310,7 +310,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
HttpNetworkSession* session_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
const HttpRequestInfo* request_;
RequestPriority priority_;
HttpResponseInfo response_;

Powered by Google App Engine
This is Rietveld 408576698