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

Unified Diff: chrome/common/cast_messages.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/common/cast_messages.h
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
index 04622340e82e41562c075b13992d3cd851584f2a..5b91f59a86f51019589c28d00f065d14ce802c30 100644
--- a/chrome/common/cast_messages.h
+++ b/chrome/common/cast_messages.h
@@ -103,11 +103,6 @@ IPC_STRUCT_TRAITS_BEGIN(media::cast::PacketEvent)
IPC_STRUCT_TRAITS_MEMBER(type)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(media::cast::CastLoggingConfig)
- IPC_STRUCT_TRAITS_MEMBER(enable_raw_data_collection)
- IPC_STRUCT_TRAITS_MEMBER(enable_stats_data_collection)
-IPC_STRUCT_TRAITS_END()
-
// Cast messages sent from the browser to the renderer.
IPC_MESSAGE_CONTROL2(CastMsg_ReceivedPacket,
@@ -169,11 +164,10 @@ IPC_MESSAGE_CONTROL3(
bool /* is_audio */,
media::cast::MissingFramesAndPacketsMap /* missing_packets */)
-IPC_MESSAGE_CONTROL3(
+IPC_MESSAGE_CONTROL2(
CastHostMsg_New,
int32 /* channel_id */,
- net::IPEndPoint /*remote_end_point*/,
- media::cast::CastLoggingConfig /* logging_config */);
+ net::IPEndPoint /*remote_end_point*/);
IPC_MESSAGE_CONTROL1(
CastHostMsg_Delete,
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter_unittest.cc ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698