Index: chrome/browser/media/cast_transport_host_filter.cc |
diff --git a/chrome/browser/media/cast_transport_host_filter.cc b/chrome/browser/media/cast_transport_host_filter.cc |
index 42dbc1f345e03f42f76ce966bf1c2ea2def335a7..6b2c4fb8975ff869c1cb1973ee6a17893d340871 100644 |
--- a/chrome/browser/media/cast_transport_host_filter.cc |
+++ b/chrome/browser/media/cast_transport_host_filter.cc |
@@ -74,8 +74,7 @@ void CastTransportHostFilter::RawEvents( |
void CastTransportHostFilter::OnNew( |
int32 channel_id, |
- const net::IPEndPoint& remote_end_point, |
- const media::cast::CastLoggingConfig& logging_config) { |
+ const net::IPEndPoint& remote_end_point) { |
if (id_map_.Lookup(channel_id)) { |
id_map_.Remove(channel_id); |
} |
@@ -85,7 +84,6 @@ void CastTransportHostFilter::OnNew( |
g_browser_process->net_log(), |
&clock_, |
remote_end_point, |
- logging_config, |
base::Bind(&CastTransportHostFilter::NotifyStatusChange, |
base::Unretained(this), |
channel_id), |