| Index: media/remoting/remoting_source_impl.cc | 
| diff --git a/media/remoting/remoting_source_impl.cc b/media/remoting/remoting_source_impl.cc | 
| index 4f3bc351e4101c46501c742e6466a6ebb1b63b20..136d758d94fc558a1add4ca51baa1323661f153c 100644 | 
| --- a/media/remoting/remoting_source_impl.cc | 
| +++ b/media/remoting/remoting_source_impl.cc | 
| @@ -160,7 +160,6 @@ void RemotingSourceImpl::AddClient(Client* client) { | 
| DCHECK(std::find(clients_.begin(), clients_.end(), client) == clients_.end()); | 
|  | 
| clients_.push_back(client); | 
| -  client->OnSessionStateChanged(); | 
| } | 
|  | 
| void RemotingSourceImpl::RemoveClient(Client* client) { | 
|  |