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

Unified Diff: net/quic/chromium/quic_chromium_client_session.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/quic/chromium/quic_chromium_client_session.h
diff --git a/net/quic/chromium/quic_chromium_client_session.h b/net/quic/chromium/quic_chromium_client_session.h
index 61bb3a2981ac8ef9ef9161d561fd7ef259b4ae12..f608a5f820605ddcc7533393d396170170cfc1a2 100644
--- a/net/quic/chromium/quic_chromium_client_session.h
+++ b/net/quic/chromium/quic_chromium_client_session.h
@@ -228,7 +228,7 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
std::unique_ptr<base::Value> GetInfoAsValue(
const std::set<HostPortPair>& aliases);
- const BoundNetLog& net_log() const { return net_log_; }
+ const NetLogWithSource& net_log() const { return net_log_; }
base::WeakPtr<QuicChromiumClientSession> GetWeakPtr();
@@ -268,7 +268,7 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
// connected network. Migrates this session to the newly connected
// network if the session has a pending migration.
void OnNetworkConnected(NetworkChangeNotifier::NetworkHandle network,
- const BoundNetLog& bound_net_log);
+ const NetLogWithSource& net_log);
// Schedules a migration alarm to wait for a new network.
void OnNoNewNetwork();
@@ -362,7 +362,7 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
CompletionCallback callback_;
size_t num_total_streams_;
base::TaskRunner* task_runner_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
std::vector<std::unique_ptr<QuicChromiumPacketReader>> packet_readers_;
LoadTimingInfo::ConnectTiming connect_timing_;
std::unique_ptr<QuicConnectionLogger> logger_;

Powered by Google App Engine
This is Rietveld 408576698