| Index: content/browser/renderer_host/p2p/socket_host_tcp.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.h b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| index 0b129cc9e2de9a23fc48acb8b6fb5fabf2d5e5c1..4fa3fae9a1713f38fa72577f564d8c15ffc4c2d4 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| @@ -65,6 +65,7 @@ class CONTENT_EXPORT P2PSocketHostTcp : public P2PSocketHost {
|
|
|
| std::queue<scoped_refptr<net::DrainableIOBuffer> > write_queue_;
|
| scoped_refptr<net::DrainableIOBuffer> write_buffer_;
|
| + bool write_pending_;
|
|
|
| bool connected_;
|
|
|
|
|