Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1645)

Unified Diff: remoting/client/client_context.h

Issue 7562016: Future proof against things like http://crbug.com/91521 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up comment Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/client/client_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | remoting/client/client_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698