Chromium Code Reviews

Unified Diff: webrtc/p2p/base/relayserver.h

Issue 2396513003: Restore thread name consistency for webrtc/p2p/ . (Closed)
Patch Set: Explicit call rtc::Thread::CreateWithSocketServer() for unit test. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/p2p/base/p2ptransport.h ('k') | webrtc/p2p/base/stunserver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/relayserver.h
diff --git a/webrtc/p2p/base/relayserver.h b/webrtc/p2p/base/relayserver.h
index 7ee71d9f21693b0365644f2f6dc11034573e47d8..c60e2710b584a494cc63b76019bf71808951f1e7 100644
--- a/webrtc/p2p/base/relayserver.h
+++ b/webrtc/p2p/base/relayserver.h
@@ -115,7 +115,7 @@ class RelayServer : public rtc::MessageHandler,
void RemoveConnection(RelayServerConnection* conn);
void RemoveBinding(RelayServerBinding* binding);
- // Handle messages in our worker thread.
+ // Handle messages in our thread.
void OnMessage(rtc::Message *pmsg);
// Called when the timer for checking lifetime times out.
« no previous file with comments | « webrtc/p2p/base/p2ptransport.h ('k') | webrtc/p2p/base/stunserver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine