Index: media/cast/logging/encoding_event_subscriber.h |
diff --git a/media/cast/logging/encoding_event_subscriber.h b/media/cast/logging/encoding_event_subscriber.h |
index c507499b2755afa54715bf834135eeb0beb33604..ca2cccb5f74717b1ed7b3766f046cb360c175796 100644 |
--- a/media/cast/logging/encoding_event_subscriber.h |
+++ b/media/cast/logging/encoding_event_subscriber.h |
@@ -72,8 +72,6 @@ class EncodingEventSubscriber : public RawEventSubscriber { |
linked_ptr<media::cast::proto::AggregatedPacketEvent> > |
PacketEventMap; |
- bool ShouldProcessEvent(CastLoggingEvent event); |
- |
// Transfer up to |max_num_entries| smallest entries from |frame_event_map_| |
// to |frame_event_storage_|. This helps keep size of |frame_event_map_| small |
// and lookup speed fast. |