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

Unified Diff: chrome/browser/devtools/devtools_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: chrome/browser/devtools/devtools_network_transaction.h
diff --git a/chrome/browser/devtools/devtools_network_transaction.h b/chrome/browser/devtools/devtools_network_transaction.h
index b6ca3623c9e1313668ce605ab7dc5c78d425cc5c..5dbcf134771de0af86d220007a493a47dc85b6ed 100644
--- a/chrome/browser/devtools/devtools_network_transaction.h
+++ b/chrome/browser/devtools/devtools_network_transaction.h
@@ -25,7 +25,7 @@ class GURL;
namespace net {
class AuthCredentials;
-class BoundNetLog;
+class NetLogWithSource;
Lei Zhang 2016/09/22 17:06:20 alphabetical order
class HttpRequestHeaders;
struct HttpRequestInfo;
class HttpResponseInfo;
@@ -58,7 +58,7 @@ class DevToolsNetworkTransaction
// HttpTransaction methods:
int Start(const net::HttpRequestInfo* request,
const net::CompletionCallback& callback,
- const net::BoundNetLog& net_log) override;
+ const net::NetLogWithSource& net_log) override;
int RestartIgnoringLastError(
const net::CompletionCallback& callback) override;
int RestartWithCertificate(net::X509Certificate* client_cert,

Powered by Google App Engine
This is Rietveld 408576698