| Index: net/socket/socket_bio_adapter.h
|
| diff --git a/net/socket/socket_bio_adapter.h b/net/socket/socket_bio_adapter.h
|
| index d718721683aaa3f8e21daa86baf7b2730b8fc27f..ec75a0203df6ce2c6b6cd6bcc4b6a590f738c1d4 100644
|
| --- a/net/socket/socket_bio_adapter.h
|
| +++ b/net/socket/socket_bio_adapter.h
|
| @@ -78,6 +78,7 @@ class NET_EXPORT_PRIVATE SocketBIOAdapter {
|
| // but not yet consumed by the BIO.
|
| bool HasPendingReadData();
|
|
|
| + size_t GetEffectiveSize() const;
|
| private:
|
| int BIORead(char* out, int len);
|
| void HandleSocketReadResult(int result);
|
|
|