Chromium Code Reviews

Unified Diff: webrtc/p2p/quic/quictransportchannel.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.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/p2p/quic/quictransportchannel.h
diff --git a/webrtc/p2p/quic/quictransportchannel.h b/webrtc/p2p/quic/quictransportchannel.h
index 22b69b7f0f44fc996f2ceb28f02b17463b0ed145..2d6dd21c7f095d19a5343744d97144bcb6f8ab6a 100644
--- a/webrtc/p2p/quic/quictransportchannel.h
+++ b/webrtc/p2p/quic/quictransportchannel.h
@@ -267,7 +267,7 @@ class QuicTransportChannel : public TransportChannelImpl,
void set_quic_state(QuicTransportState state);
// Everything should occur on this thread.
- rtc::Thread* worker_thread_;
+ rtc::Thread* network_thread_;
danilchap 2016/10/05 14:56:13 same as for dtlstransportchannel: might be better
// Underlying channel which is responsible for connecting with the remote peer
// and sending/receiving packets across the network.
std::unique_ptr<TransportChannelImpl> channel_;

Powered by Google App Engine