Chromium Code Reviews| Index: net/quic/crypto/crypto_utils.h |
| diff --git a/net/quic/crypto/crypto_utils.h b/net/quic/crypto/crypto_utils.h |
| index 6dfce2a58e315ca54902605e12f6eec684b13e75..147e41436f8bc8c5c6f3e6e41b5b90e97bdb460b 100644 |
| --- a/net/quic/crypto/crypto_utils.h |
| +++ b/net/quic/crypto/crypto_utils.h |
| @@ -55,7 +55,7 @@ class NET_EXPORT_PRIVATE CryptoUtils { |
| // controls whether the server's keys are assigned to |encrypter| or |
| // |decrypter|. |server_nonce| is optional and, if non-empty, is mixed into |
| // the key derivation. |
| - static void DeriveKeys(base::StringPiece premaster_secret, |
| + static bool DeriveKeys(base::StringPiece premaster_secret, |
|
wtc
2013/10/09 23:01:28
Nit: document the return value.
|
| QuicTag aead, |
| base::StringPiece client_nonce, |
| base::StringPiece server_nonce, |