summaryrefslogtreecommitdiffstats
path: root/net/socket/buffered_write_stream_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/buffered_write_stream_socket.h')
-rw-r--r--net/socket/buffered_write_stream_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/buffered_write_stream_socket.h b/net/socket/buffered_write_stream_socket.h
index a504209..a02380d 100644
--- a/net/socket/buffered_write_stream_socket.h
+++ b/net/socket/buffered_write_stream_socket.h
@@ -59,6 +59,7 @@ class NET_EXPORT_PRIVATE BufferedWriteStreamSocket : public StreamSocket {
virtual bool UsingTCPFastOpen() const OVERRIDE;
virtual int64 NumBytesRead() const OVERRIDE;
virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
+ virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
private:
void DoDelayedWrite();