| Index: remoting/protocol/ice_connection_to_host.cc
|
| diff --git a/remoting/protocol/ice_connection_to_host.cc b/remoting/protocol/ice_connection_to_host.cc
|
| index 535aa76bb49cf914f840fe70d111b963b4134e1b..4fa7eae06a6648dc1720ef61a5541169340f140e 100644
|
| --- a/remoting/protocol/ice_connection_to_host.cc
|
| +++ b/remoting/protocol/ice_connection_to_host.cc
|
| @@ -175,8 +175,7 @@ void IceConnectionToHost::OnChannelInitialized(
|
|
|
| void IceConnectionToHost::OnChannelClosed(
|
| ChannelDispatcherBase* channel_dispatcher) {
|
| - // ICE transport doesn't close channels dynamically.
|
| - NOTREACHED();
|
| + session_->Close(OK);
|
| }
|
|
|
| void IceConnectionToHost::OnVideoChannelStatus(bool active) {
|
|
|