Index: remoting/protocol/jingle_session_manager.cc |
diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc |
index 9312d5467b3a67c43136928d10927bc6b1c66f27..cd81c218f4e194cef84d88dd10c15004a5bf9eed 100644 |
--- a/remoting/protocol/jingle_session_manager.cc |
+++ b/remoting/protocol/jingle_session_manager.cc |
@@ -248,7 +248,6 @@ bool JingleSessionManager::AcceptConnection( |
switch (response) { |
case protocol::SessionManager::ACCEPT: { |
// Connection must be configured by the callback. |
- DCHECK(jingle_session->config()); |
CandidateSessionConfig* candidate_config = |
CandidateSessionConfig::CreateFrom(jingle_session->config()); |
cricket_session->Accept( |