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

Unified Diff: net/spdy/spdy_session.h

Issue 17382012: [SPDY] Refactor SpdyStream's handling of response headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to rename a function Created 7 years, 6 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_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 22b1edfbb364de1d9389bdfec0567c6f911fa0a3..4b102b892eb7fa6d9bb33b92a7d46a0236ae499b 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -620,7 +620,10 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
// Calls OnResponseReceived().
// Returns true if successful.
- bool Respond(const SpdyHeaderBlock& headers, SpdyStream* stream);
+ bool Respond(const SpdyHeaderBlock& response_headers,
+ base::Time response_time,
+ base::TimeTicks recv_first_byte_time,
+ SpdyStream* stream);
void RecordPingRTTHistogram(base::TimeDelta duration);
void RecordHistograms();

Powered by Google App Engine
This is Rietveld 408576698