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

Unified Diff: net/quic/quic_stream_factory.h

Issue 1035713003: Confirm QUIC alternative service upon success. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
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_;
}

Powered by Google App Engine
This is Rietveld 408576698