Chromium Code Reviews| Index: remoting/protocol/webrtc_transport.cc |
| diff --git a/remoting/protocol/webrtc_transport.cc b/remoting/protocol/webrtc_transport.cc |
| index 9c2ce2e24eeda8222eeffdc17d606b1e514b10fb..3e30b345f287a80d0b30552991056132495bd170 100644 |
| --- a/remoting/protocol/webrtc_transport.cc |
| +++ b/remoting/protocol/webrtc_transport.cc |
| @@ -299,6 +299,7 @@ WebrtcTransport::WebrtcTransport( |
| } |
| WebrtcTransport::~WebrtcTransport() { |
| + DCHECK(thread_checker_.CalledOnValidThread()); |
| Close(OK); |
| } |