Chromium Code Reviews| Index: extensions/browser/api/cast_channel/cast_socket.h |
| diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h |
| index bd1e377d3f8ada42ffb136dfc755aec7c6d7a054..3b443eae1f149217aa7ea8df3c2d0ca84d07544c 100644 |
| --- a/extensions/browser/api/cast_channel/cast_socket.h |
| +++ b/extensions/browser/api/cast_channel/cast_socket.h |
| @@ -47,9 +47,11 @@ class MessageFramer; |
| // |
| // NOTE: Not called "CastChannel" to reduce confusion with the generated API |
| // code. |
| +// TODO(kmarshall): Inherit from CastSocket and rename to CastSocketImpl. |
| class CastSocket : public ApiResource { |
| public: |
| - // Object to be informed of incoming messages and errors. The CastSocket that |
| + // Object to be informed of incoming messages and errors. The CastSocket |
| + // that |
|
Wez
2014/09/25 02:09:15
nit: Can be un-wrapped.
Kevin M
2014/09/25 17:53:04
Done.
|
| // owns the delegate must not be deleted by it, only by the ApiResourceManager |
| // or in the callback to Close(). |
| class Delegate { |