| Index: net/websockets/websocket_basic_handshake_stream.h
|
| diff --git a/net/websockets/websocket_basic_handshake_stream.h b/net/websockets/websocket_basic_handshake_stream.h
|
| index 239b96b90389714d44c31a4ef2e3194169c6e459..9352d307b0023a371dfcb3985e80b7778e77835a 100644
|
| --- a/net/websockets/websocket_basic_handshake_stream.h
|
| +++ b/net/websockets/websocket_basic_handshake_stream.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef NET_WEBSOCKETS_WEBSOCKET_BASIC_HANDSHAKE_STREAM_H_
|
| #define NET_WEBSOCKETS_WEBSOCKET_BASIC_HANDSHAKE_STREAM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -56,6 +58,7 @@ class NET_EXPORT_PRIVATE WebSocketBasicHandshakeStream
|
| void SetConnectionReused() override;
|
| bool CanReuseConnection() const override;
|
| int64 GetTotalReceivedBytes() const override;
|
| + int64_t GetTotalSentBytes() const override;
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
| void GetSSLInfo(SSLInfo* ssl_info) override;
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override;
|
|
|