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

Unified Diff: net/spdy/bidirectional_stream_spdy_impl.cc

Issue 2349363002: Adds GetLoadTimingInfo to net::BidirectionalStreamImpl (Closed)
Patch Set: address comments 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
« no previous file with comments | « net/spdy/bidirectional_stream_spdy_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/bidirectional_stream_spdy_impl.cc
diff --git a/net/spdy/bidirectional_stream_spdy_impl.cc b/net/spdy/bidirectional_stream_spdy_impl.cc
index 66050fefb51b50e7ce174dcc354fd6997aea6de6..66933a629629f503cf262cf965103b3f75f39a37 100644
--- a/net/spdy/bidirectional_stream_spdy_impl.cc
+++ b/net/spdy/bidirectional_stream_spdy_impl.cc
@@ -176,6 +176,12 @@ int64_t BidirectionalStreamSpdyImpl::GetTotalSentBytes() const {
return stream_->raw_sent_bytes();
}
+bool BidirectionalStreamSpdyImpl::GetLoadTimingInfo(
+ LoadTimingInfo* load_timing_info) const {
+ // TODO(xunjieli): Implement this crbug.com/648346
+ return true;
+}
+
void BidirectionalStreamSpdyImpl::OnRequestHeadersSent() {
DCHECK(stream_);
« no previous file with comments | « net/spdy/bidirectional_stream_spdy_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698