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

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

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.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index 32b16677ba0e4cf3b67ba4d9570d5e92ca51750b..8f420b0726bc7945f13481125962cbb802889b48 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -67,8 +67,7 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
const media::cast::MissingFramesAndPacketsMap& missing_packets);
void OnNew(
int32 channel_id,
- const net::IPEndPoint& remote_end_point,
- const media::cast::CastLoggingConfig& logging_config);
+ const net::IPEndPoint& remote_end_point);
void OnDelete(int32 channel_id);
IDMap<media::cast::transport::CastTransportSender, IDMapOwnPointer> id_map_;
« no previous file with comments | « chrome/browser/extensions/api/cast_streaming/performance_test.cc ('k') | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698