Index: net/quic/quic_headers_stream.cc |
diff --git a/net/quic/quic_headers_stream.cc b/net/quic/quic_headers_stream.cc |
index b99e9d21683260c6379e04abb3f2018c2cedf600..10a02a7866b5b21f84f857dbae59f8079e3cb092 100644 |
--- a/net/quic/quic_headers_stream.cc |
+++ b/net/quic/quic_headers_stream.cc |
@@ -115,7 +115,11 @@ class QuicHeadersStream::SpdyFramerVisitor |
CloseConnection("SPDY GOAWAY frame received."); |
} |
- void OnHeaders(SpdyStreamId stream_id, bool fin, bool end) override { |
+ void OnHeaders(SpdyStreamId stream_id, |
+ bool has_priority, |
+ SpdyPriority priority, |
+ bool fin, |
+ bool end) override { |
CloseConnection("SPDY HEADERS frame received."); |
} |