| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 7033784ed737465068753a784998ab2781dac94b..e431d69e1d38e2f3a5625bd95f8f6d3901feb901 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -1468,9 +1468,6 @@ int QuicStreamFactory::ConfigureSocket(DatagramClientSocket* socket,
|
| bool tsvipcli_loaded = ::GetModuleHandle(L"TSVIPCli.dll") != NULL;
|
| UMA_HISTOGRAM_BOOLEAN("Net.QuicStreamFactory.TSVIPCliIsLoaded",
|
| tsvipcli_loaded);
|
| - if (tsvipcli_loaded) {
|
| - return ERR_QUIC_PROTOCOL_ERROR;
|
| - }
|
| #endif
|
|
|
| int rv;
|
|
|