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

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

Issue 113883003: - Add a priority field to QuicCryptoServerConfig configs and used it as (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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 | « net/quic/crypto/crypto_server_config_protobuf.h ('k') | net/quic/crypto/local_strike_register_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_server_config_protobuf.cc
diff --git a/net/quic/crypto/crypto_server_config_protobuf.cc b/net/quic/crypto/crypto_server_config_protobuf.cc
index a3418e4228ad54bb0bb613444ca30548c9dd8477..d292f9e9db9cb967a9a722b582f5514b264940db 100644
--- a/net/quic/crypto/crypto_server_config_protobuf.cc
+++ b/net/quic/crypto/crypto_server_config_protobuf.cc
@@ -10,7 +10,8 @@
namespace net {
QuicServerConfigProtobuf::QuicServerConfigProtobuf()
- : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()) {
+ : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()),
+ priority_(0) {
}
QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {
« no previous file with comments | « net/quic/crypto/crypto_server_config_protobuf.h ('k') | net/quic/crypto/local_strike_register_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698