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

Unified Diff: webrtc/p2p/client/socketmonitor.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/client/socketmonitor.h
diff --git a/webrtc/p2p/client/socketmonitor.h b/webrtc/p2p/client/socketmonitor.h
index eb11516002892a7ba2efdf4937cd4433f5b6c16c..00190d9d44743f9c2cdb0cac8ad0711c2ad28309 100644
--- a/webrtc/p2p/client/socketmonitor.h
+++ b/webrtc/p2p/client/socketmonitor.h
@@ -33,7 +33,7 @@ class ConnectionMonitor : public rtc::MessageHandler,
public sigslot::has_slots<> {
public:
ConnectionMonitor(ConnectionStatsGetter* stats_getter,
- rtc::Thread* worker_thread,
+ rtc::Thread* network_thread,
rtc::Thread* monitoring_thread);
~ConnectionMonitor();
@@ -50,7 +50,7 @@ public:
std::vector<ConnectionInfo> connection_infos_;
ConnectionStatsGetter* stats_getter_;
- rtc::Thread* worker_thread_;
+ rtc::Thread* network_thread_;
rtc::Thread* monitoring_thread_;
rtc::CriticalSection crit_;
uint32_t rate_;

Powered by Google App Engine
This is Rietveld 408576698