| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index c55059002be1edb4185c311b53eb601d59f0a3b4..0a9d9a8d42889bfc29ff88cc93f94841a58c69ee 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -160,6 +160,9 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| void OnCertAdded(const X509Certificate* cert) override;
|
| void OnCACertChanged(const X509Certificate* cert) override;
|
|
|
| + // Helper method.
|
| + void ConfirmQuic(const QuicServerId& server_id) const;
|
| +
|
| bool require_confirmation() const {
|
| return require_confirmation_;
|
| }
|
|
|