Index: blimp/net/browser_connection_handler.h |
diff --git a/blimp/net/browser_connection_handler.h b/blimp/net/browser_connection_handler.h |
index 5a4b2390680530f12df8b45a36f61a96834ce28b..2cba6e67e9810f77a5d0eff96fb7ed3656f6917d 100644 |
--- a/blimp/net/browser_connection_handler.h |
+++ b/blimp/net/browser_connection_handler.h |
@@ -48,8 +48,6 @@ class BLIMP_NET_EXPORT BrowserConnectionHandler |
void OnConnectionError(int error) override; |
private: |
haibinlu
2015/12/29 00:51:46
why remove this method?
Kevin M
2015/12/30 23:08:49
Done.
|
- void DropCurrentConnection(); |
- |
// Routes incoming messages to the relevant feature-specific handlers. |
scoped_ptr<BlimpMessageDemultiplexer> demultiplexer_; |
@@ -60,7 +58,6 @@ class BLIMP_NET_EXPORT BrowserConnectionHandler |
// message stream. |
scoped_ptr<BlimpMessageMultiplexer> multiplexer_; |
- // Holds network resources while there is a Client connected. |
haibinlu
2015/12/29 00:51:46
keep the comment.
Kevin M
2015/12/30 23:08:49
Done.
|
scoped_ptr<BlimpConnection> connection_; |
DISALLOW_COPY_AND_ASSIGN(BrowserConnectionHandler); |