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

Unified Diff: net/quic/quic_http_stream.cc

Issue 1378613004: Set Token-Binding HTTP header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tb-tls-ext-new
Patch Set: rebase Created 5 years, 3 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_http_stream.cc
diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
index 9245a131f6228b429fd0e5bca83ea114b78c7eb4..c68c56dbca0266adb3c10093fd14e65ec4e34290 100644
--- a/net/quic/quic_http_stream.cc
+++ b/net/quic/quic_http_stream.cc
@@ -290,6 +290,10 @@ bool QuicHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
return true;
}
+int QuicHttpStream::GetTokenBindingMessageHeader(std::string* out) {
+ return ERR_NOT_IMPLEMENTED;
+}
+
void QuicHttpStream::Drain(HttpNetworkSession* session) {
NOTREACHED();
Close(false);

Powered by Google App Engine
This is Rietveld 408576698