Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index 3cf3bb4df11f8048d82c9b59ac3e1b405cc79ed2..ec98d3c873a6d400662f5805b1ec88e245648e18 100644 |
--- a/net/spdy/spdy_session.h |
+++ b/net/spdy/spdy_session.h |
@@ -33,6 +33,7 @@ |
#include "net/socket/stream_socket.h" |
#include "net/spdy/buffered_spdy_framer.h" |
#include "net/spdy/http2_priority_dependencies.h" |
+#include "net/spdy/spdy_alt_svc_wire_format.h" |
#include "net/spdy/spdy_buffer.h" |
#include "net/spdy/spdy_framer.h" |
#include "net/spdy/spdy_header_block.h" |
@@ -908,6 +909,10 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface, |
bool exclusive, |
bool fin, |
const SpdyHeaderBlock& headers) override; |
+ void OnAltSvc(SpdyStreamId stream_id, |
+ base::StringPiece origin, |
+ const SpdyAltSvcWireFormat::AlternativeServiceVector& |
+ altsvc_vector) override; |
bool OnUnknownFrame(SpdyStreamId stream_id, int frame_type) override; |
// SpdyFramerDebugVisitorInterface |