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

Unified Diff: net/http/http_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_transaction.h
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index dae10905134186af0b0062fccb621164cbad25f8..f086564019f2ca72112d21787c7f6a30088578c3 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -19,7 +19,7 @@
namespace net {
class AuthCredentials;
-class BoundNetLog;
+class NetLogWithSource;
class HttpRequestHeaders;
struct HttpRequestInfo;
class HttpResponseInfo;
@@ -66,7 +66,7 @@ class NET_EXPORT_PRIVATE HttpTransaction {
// Profiling information for the request is saved to |net_log| if non-NULL.
virtual int Start(const HttpRequestInfo* request_info,
const CompletionCallback& callback,
- const BoundNetLog& net_log) = 0;
+ const NetLogWithSource& net_log) = 0;
// Restarts the HTTP transaction, ignoring the last error. This call can
// only be made after a call to Start (or RestartIgnoringLastError) failed.

Powered by Google App Engine
This is Rietveld 408576698