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

Unified Diff: media/cast/cast_receiver_impl.h

Issue 225023010: [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: media/cast/cast_receiver_impl.h
diff --git a/media/cast/cast_receiver_impl.h b/media/cast/cast_receiver_impl.h
index 231aa78f12b26e2c7cb501bb5e35928301636a03..1fcb355f52ba30cc892e8d793458c9261518cd51 100644
--- a/media/cast/cast_receiver_impl.h
+++ b/media/cast/cast_receiver_impl.h
@@ -37,7 +37,6 @@ class CastReceiverImpl : public CastReceiver {
private:
void ReceivedPacket(scoped_ptr<Packet> packet);
- void UpdateTargetDelay(base::TimeDelta target_delay_ms);
hubbe 2014/04/07 18:40:17 Why are we deleting this?
miu 2014/04/08 00:59:41 It's a dead code path (no caller). I'm the owner
transport::PacedSender pacer_;
AudioReceiver audio_receiver_;

Powered by Google App Engine
This is Rietveld 408576698