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

Unified Diff: net/quic/crypto/proof_test.cc

Issue 1977293002: Remove Windows Vista/XP specific code from net/quic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed QuicCryptoClientConfig changes. Created 4 years, 7 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 | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/proof_test.cc
diff --git a/net/quic/crypto/proof_test.cc b/net/quic/crypto/proof_test.cc
index 5e3cd9b1be53f0081f0ac4f8b77d31ffa42f3909..33fa4a51b7418becc9269f485105586b9b7bb39b 100644
--- a/net/quic/crypto/proof_test.cc
+++ b/net/quic/crypto/proof_test.cc
@@ -18,10 +18,6 @@
#include "net/test/cert_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
-#if defined(OS_WIN)
-#include "base/win/windows_version.h"
-#endif
-
using std::string;
using std::vector;
@@ -334,15 +330,6 @@ TEST_P(ProofTest, VerifyECDSAKnownAnswerTest) {
if (GetParam() > QUIC_VERSION_30) {
return;
}
-// These sample signatures were generated by running the Proof.Verify test
-// (modified to use ECDSA for signing proofs) and dumping the bytes of the
-// |signature| output of ProofSource::GetProof().
-
-// Disable this test on platforms that do not support ECDSA certificates.
-#if defined(OS_WIN)
- if (base::win::GetVersion() < base::win::VERSION_VISTA)
- return;
-#endif
// These sample signatures were generated by running the Proof.Verify test
// (modified to use ECDSA for signing proofs) and dumping the bytes of the
« no previous file with comments | « no previous file | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698