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

Unified Diff: net/quic/chromium/quic_stream_factory.cc

Issue 2314403006: Add back initialization of |dns_resolution_end_time_| in QuicStreamFactory::Job (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_stream_factory.cc
diff --git a/net/quic/chromium/quic_stream_factory.cc b/net/quic/chromium/quic_stream_factory.cc
index 40f55192108b7229761a5b0895bee281efb652f9..598e5fff042c1dab48392ccb3aadf377f9ca0356 100644
--- a/net/quic/chromium/quic_stream_factory.cc
+++ b/net/quic/chromium/quic_stream_factory.cc
@@ -488,6 +488,7 @@ int QuicStreamFactory::Job::DoResolveHost() {
}
int QuicStreamFactory::Job::DoResolveHostComplete(int rv) {
+ dns_resolution_end_time_ = base::TimeTicks::Now();
if (rv != OK)
return rv;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698