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

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

Issue 454263002: QUIC - clean up changes to keep in sync with internal source tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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/quic_connection.h » ('j') | net/quic/quic_connection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_handshake.cc
diff --git a/net/quic/crypto/crypto_handshake.cc b/net/quic/crypto/crypto_handshake.cc
index 5a928b6e0cdc1932958e5144100cbd3b2c20373b..a036ea8e333d501b77d0e5c9d606c2b92915cf8b 100644
--- a/net/quic/crypto/crypto_handshake.cc
+++ b/net/quic/crypto/crypto_handshake.cc
@@ -23,6 +23,7 @@ CrypterPair::CrypterPair() {}
CrypterPair::~CrypterPair() {}
+
Ryan Hamilton 2014/08/13 16:23:48 I'd be inclined to remove this. We don't typically
wtc 2014/08/14 01:54:58 Yeah, this blank line was probably added inadverte
ramant (doing other things) 2014/08/14 19:58:58 Done.
ramant (doing other things) 2014/08/14 19:58:58 Will make the change in the internal code base als
// static
const char QuicCryptoConfig::kInitialLabel[] = "QUIC key expansion";
« no previous file with comments | « no previous file | net/quic/quic_connection.h » ('j') | net/quic/quic_connection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698