Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 379d62b857234504a43db1b81d71a47fbe2c94ef..c6d6f2efaa832d8b147b5ebce98bf6e0cd328040 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -477,7 +477,6 @@ class NET_EXPORT_PRIVATE QuicConnection |
// Changes the encrypter used for level |level| to |encrypter|. The function |
// takes ownership of |encrypter|. |
void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter); |
- const QuicEncrypter* encrypter(EncryptionLevel level) const; |
// SetDefaultEncryptionLevel sets the encryption level that will be applied |
// to new packets. |