| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index dc47332f910797692b558b1ae5d668d6a710dad7..e1d67ddc7dcfafaba5f48fbccd1dbe5bd87c471a 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -1483,6 +1483,9 @@ 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;
|
|
|