Chromium Code Reviews| Index: blimp/net/connection_handler.h |
| diff --git a/blimp/net/connection_handler.h b/blimp/net/connection_handler.h |
| index b9d37f6199163030cd2fff0de551bda0a49eab72..9be781e0a622326c479e29c176cc11f05d2a9f1e 100644 |
| --- a/blimp/net/connection_handler.h |
| +++ b/blimp/net/connection_handler.h |
| @@ -14,6 +14,8 @@ class ConnectionHandler { |
| public: |
| virtual ~ConnectionHandler() {} |
| + // Implementation must attach incoming message processor and error observer |
|
Kevin M
2015/12/03 19:11:36
That seems like an impl detail.
How about
"The r
haibinlu
2015/12/03 22:28:35
Done.
|
| + // synchronously. |
| virtual void HandleConnection(scoped_ptr<BlimpConnection> connection) = 0; |
| }; |