Chromium Code Reviews| Index: remoting/client/client_context.h |
| diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h |
| index 38c60880c49f5d6d64a5684813dd01fa7203d3b3..f03b0f0442f52e33c8b6281e314d60ba23753e91 100644 |
| --- a/remoting/client/client_context.h |
| +++ b/remoting/client/client_context.h |
| @@ -40,6 +40,9 @@ class ClientContext { |
| // A thread that handles all decode operations. |
| base::Thread decode_thread_; |
| + // True if Start() was called on the context. |
| + bool started_; |
|
awong
2011/08/03 21:45:02
This means Start/Stop must only be called on one t
|
| + |
| DISALLOW_COPY_AND_ASSIGN(ClientContext); |
| }; |