Index: net/quic/quic_crypto_client_stream_factory.h |
diff --git a/net/quic/quic_crypto_client_stream_factory.h b/net/quic/quic_crypto_client_stream_factory.h |
index 4d0eb1ef8d80e27338a0c1aa2214602185f51c21..4fa5f573ea0b21b1216c5fc61800c3c7ae460c96 100644 |
--- a/net/quic/quic_crypto_client_stream_factory.h |
+++ b/net/quic/quic_crypto_client_stream_factory.h |
@@ -22,7 +22,6 @@ class NET_EXPORT QuicCryptoClientStreamFactory { |
virtual QuicCryptoClientStream* CreateQuicCryptoClientStream( |
const string& server_hostname, |
- const QuicConfig& config, |
QuicSession* session, |
QuicCryptoClientConfig* crypto_config) = 0; |
}; |