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

Unified Diff: remoting/protocol/jingle_session_unittest.cc

Issue 7291016: Remove SessionManagerPair. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 9 years, 6 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/protocol/session_manager_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session_unittest.cc
diff --git a/remoting/protocol/jingle_session_unittest.cc b/remoting/protocol/jingle_session_unittest.cc
index 72c28b05db7ef1a8d340ab39e8da7a150ba5cd93..03c5be4ffa449b57ef3f6f213f28f711cbe39111 100644
--- a/remoting/protocol/jingle_session_unittest.cc
+++ b/remoting/protocol/jingle_session_unittest.cc
@@ -101,7 +101,7 @@ class JingleSessionTest : public testing::Test {
}
void CreateServerPair() {
- // SessionManagerPair must be initialized on the jingle thread.
+ // Sessions must be initialized on the jingle thread.
thread_.message_loop()->PostTask(
FROM_HERE, NewRunnableMethod(
this, &JingleSessionTest::DoCreateServerPair));
« no previous file with comments | « no previous file | remoting/protocol/session_manager_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698