Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: net/quic/quic_stream_factory.cc

Issue 2071373002: QUIC - Delete Net.QuicStreamFactory.TSVIPCliIsLoaded histogram. We have (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698