| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 385b25522041732058643d9f9d576557e9649aeb..2144b4927bbb4460475be76d5d335c23c6325d0c 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -1468,6 +1468,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;
|
|
|