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

Unified Diff: net/spdy/spdy_stream.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/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index ee3cec588719e8847fa7bdfd8e17385d6435ca31..8a252f47388eb05fdadcdbbf716dad09e0f9cd7b 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -173,7 +173,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
RequestPriority priority,
int32_t initial_send_window_size,
int32_t max_recv_window_size,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
~SpdyStream();
@@ -287,7 +287,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
// writes.
bool WasEverUsed() const;
- const BoundNetLog& net_log() const { return net_log_; }
+ const NetLogWithSource& net_log() const { return net_log_; }
base::Time GetRequestTime() const;
void SetRequestTime(base::Time t);
@@ -547,7 +547,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
// Not valid until the stream is closed.
int response_status_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
base::TimeTicks send_time_;
base::TimeTicks recv_first_byte_time_;

Powered by Google App Engine
This is Rietveld 408576698