| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index f72f56b266266eadd9beb0959a810f120e2ecef8..c011f6a9d5e6d1af82acbfd5bdb85ada4da14778 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -1552,13 +1552,6 @@ int QuicStreamFactory::ConfigureSocket(DatagramClientSocket* socket,
|
| #endif
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| - // TODO(rtenneti): Delete the check for TSVIPCli.dll loaded and the histogram.
|
| - bool tsvipcli_loaded = ::GetModuleHandle(L"TSVIPCli.dll") != NULL;
|
| - UMA_HISTOGRAM_BOOLEAN("Net.QuicStreamFactory.TSVIPCliIsLoaded",
|
| - tsvipcli_loaded);
|
| -#endif
|
| -
|
| int rv;
|
| if (migrate_sessions_on_network_change_) {
|
| // If caller leaves network unspecified, use current default network.
|
|
|