summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory_test.cc
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 21:32:50 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 21:32:50 +0000
commit467bfa68f4004c441e17cc6c9fedc66d436904a0 (patch)
tree934d5646b2cf3589b2cf6882fca8395ed324b732 /net/quic/quic_stream_factory_test.cc
parent82cfca19a710f7e847bdd727414c85b7e2dd0050 (diff)
downloadchromium_src-467bfa68f4004c441e17cc6c9fedc66d436904a0.zip
chromium_src-467bfa68f4004c441e17cc6c9fedc66d436904a0.tar.gz
chromium_src-467bfa68f4004c441e17cc6c9fedc66d436904a0.tar.bz2
Revert of https://codereview.chromium.org/127463003/
Reason for revert: Reverting on Canary to maintain port selection there. Will land on Dev branch. TBR=wtc@chromium.org,rch@chromium.org NOTREECHECKS=true NOTRY=true BUG=329255 Review URL: https://codereview.chromium.org/132603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_stream_factory_test.cc')
-rw-r--r--net/quic/quic_stream_factory_test.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/quic/quic_stream_factory_test.cc b/net/quic/quic_stream_factory_test.cc
index e2ca257..8f3bdde 100644
--- a/net/quic/quic_stream_factory_test.cc
+++ b/net/quic/quic_stream_factory_test.cc
@@ -576,11 +576,6 @@ TEST_P(QuicStreamFactoryTest, CancelCreate) {
}
TEST_P(QuicStreamFactoryTest, CreateConsistentEphemeralPort) {
-#if defined(OS_WIN)
- // TODO(jar)bug=329255 Provide better implementation to avoid pop-up warning.
- return;
-#endif
-
// Sequentially connect to the default host, then another host, and then the
// default host. Verify that the default host gets a consistent ephemeral
// port, that is different from the other host's connection.