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

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

Issue 2242273002: [m53 merge] Update the QUIC compressed cert set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/crypto/common_cert_set_1a.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/common_cert_set.cc
diff --git a/net/quic/crypto/common_cert_set.cc b/net/quic/crypto/common_cert_set.cc
index aa714d3b7111d8564b3c94b81509e2cfff330504..426a39d76b768d6805aa12ec059b51dbb67187b3 100644
--- a/net/quic/crypto/common_cert_set.cc
+++ b/net/quic/crypto/common_cert_set.cc
@@ -15,10 +15,6 @@ using base::StringPiece;
namespace net {
-namespace common_cert_set_1 {
-#include "net/quic/crypto/common_cert_set_1.c"
-}
-
namespace common_cert_set_2 {
#include "net/quic/crypto/common_cert_set_2.c"
}
@@ -43,10 +39,6 @@ struct CertSet {
const CertSet kSets[] = {
{
- common_cert_set_1::kNumCerts, common_cert_set_1::kCerts,
- common_cert_set_1::kLens, common_cert_set_1::kHash,
- },
- {
common_cert_set_2::kNumCerts, common_cert_set_2::kCerts,
common_cert_set_2::kLens, common_cert_set_2::kHash,
},
@@ -57,8 +49,7 @@ const CertSet kSets[] = {
};
const uint64_t kSetHashes[] = {
- common_cert_set_1::kHash, common_cert_set_2::kHash,
- common_cert_set_3::kHash,
+ common_cert_set_2::kHash, common_cert_set_3::kHash,
};
// Compare returns a value less than, equal to or greater than zero if |a| is
« no previous file with comments | « no previous file | net/quic/crypto/common_cert_set_1a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698