| 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();
|
|
|