Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1807)

Unified Diff: chrome/browser/media/cast_transport_host_filter.cc

Issue 210303003: Cast: Remove LoggingStats in favor of event subscribers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter.h ('k') | chrome/browser/media/cast_transport_host_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698