| Index: net/http/http_network_transaction.cc
|
| ===================================================================
|
| --- net/http/http_network_transaction.cc (revision 190096)
|
| +++ net/http/http_network_transaction.cc (working copy)
|
| @@ -990,8 +990,6 @@
|
| // Clean up connection if we are done.
|
| if (done) {
|
| LogTransactionMetrics();
|
| - // TODO(bashi): This cast is temporary. Remove later.
|
| - static_cast<HttpStream*>(stream_.get())->LogNumRttVsBytesMetrics();
|
| stream_->Close(!keep_alive);
|
| // Note: we don't reset the stream here. We've closed it, but we still
|
| // need it around so that callers can call methods such as
|
|
|