| Index: net/spdy/spdy_http_utils.cc
|
| diff --git a/net/spdy/spdy_http_utils.cc b/net/spdy/spdy_http_utils.cc
|
| index bfd1665f19310c8e3fdf09e0c0c00f032f814129..5fa0061ebef0e6ef46cd86a49090c934ff818313 100644
|
| --- a/net/spdy/spdy_http_utils.cc
|
| +++ b/net/spdy/spdy_http_utils.cc
|
| @@ -40,8 +40,6 @@ bool SpdyHeadersToHttpResponse(const SpdyHeaderBlock& headers,
|
| return false;
|
| version = it->second;
|
|
|
| - response->response_time = base::Time::Now();
|
| -
|
| std::string raw_headers(version);
|
| raw_headers.push_back(' ');
|
| raw_headers.append(status);
|
|
|