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 568752c053f0422e32a6c60a69da2081696c13cf..6cfc3a5feb234516266f5b10510576995081f7c6 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_tcp.h |
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.h |
@@ -62,7 +62,7 @@ class P2PSocketHostTcp : public P2PSocketHost { |
scoped_refptr<net::GrowableIOBuffer> read_buffer_; |
scoped_refptr<net::DrainableIOBuffer> write_buffer_; |
- bool authorized_; |
+ bool connected_; |
net::CompletionCallbackImpl<P2PSocketHostTcp> connect_callback_; |
net::CompletionCallbackImpl<P2PSocketHostTcp> read_callback_; |