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

Unified Diff: remoting/host/client_session.h

Issue 8495024: Access ChromotingHost::clients_ only on network thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: remoting/host/client_session.h
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index 9be64cd222f4c62859a5be9a93750e2b3f09a3a6..129fcdb49c1340db4efa94a829149ecc044c7089 100644
--- a/remoting/host/client_session.h
+++ b/remoting/host/client_session.h
@@ -57,7 +57,7 @@ class ClientSession : public protocol::HostStub,
virtual void OnSequenceNumberUpdated(
protocol::ConnectionToClient* connection, int64 sequence_number) OVERRIDE;
- // Disconnect the session
+ // Disconnect the session.
void Disconnect();
protocol::ConnectionToClient* connection() const {

Powered by Google App Engine
This is Rietveld 408576698