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

Unified Diff: net/http/http_stream.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE 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_stream.h
diff --git a/net/http/http_stream.h b/net/http/http_stream.h
index a1e476e22bfca09499985a611426acc72b2bb125..2cd3528a0afa819bddb61a3a75ca2c7e4268893e 100644
--- a/net/http/http_stream.h
+++ b/net/http/http_stream.h
@@ -29,7 +29,7 @@ class ECPrivateKey;
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class HttpNetworkSession;
class HttpRequestHeaders;
struct HttpRequestInfo;
@@ -50,7 +50,7 @@ class NET_EXPORT_PRIVATE HttpStream {
// Returns a net error code, possibly ERR_IO_PENDING.
virtual int InitializeStream(const HttpRequestInfo* request_info,
RequestPriority priority,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
const CompletionCallback& callback) = 0;
// Writes the headers and uploads body data to the underlying socket.

Powered by Google App Engine
This is Rietveld 408576698