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

Unified Diff: webrtc/audio/audio_send_stream.h

Issue 1924793002: Remove webrtc/stream.h and unutilized inheritance. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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: webrtc/audio/audio_send_stream.h
diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
index 183ad88189d12104aaeec0e143ce946226955ba2..ced7e9ec995f830e09803645a50771bc7842eb18 100644
--- a/webrtc/audio/audio_send_stream.h
+++ b/webrtc/audio/audio_send_stream.h
@@ -34,10 +34,11 @@ class AudioSendStream final : public webrtc::AudioSendStream {
CongestionController* congestion_controller);
~AudioSendStream() override;
+ void SignalNetworkState(NetworkState state);
+
// webrtc::SendStream implementation.
The Sun (google.com) 2016/04/27 19:39:46 nit: comment is wrong now. order methods as in the
pbos-webrtc 2016/04/28 07:10:13 Done.
void Start() override;
void Stop() override;
- void SignalNetworkState(NetworkState state) override;
bool DeliverRtcp(const uint8_t* packet, size_t length) override;
// webrtc::AudioSendStream implementation.

Powered by Google App Engine
This is Rietveld 408576698