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

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

Issue 2396513003: Restore thread name consistency for webrtc/p2p/ . (Closed)
Patch Set: Do not reuse terms 'network thread' or 'worker thread' for the test relayserver. Created 4 years, 2 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
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.

Powered by Google App Engine
This is Rietveld 408576698