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

Unified Diff: webrtc/call/call.cc

Issue 2638763002: Delete left-over using declaration. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index c7998b2cd8a79026aa532a3a3d91265c8bbd3956..f02958456dfb45d818705e11b9b32a5dab905d5e 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -126,10 +126,6 @@ class Call : public webrtc::Call,
void OnSentPacket(const rtc::SentPacket& sent_packet) override;
- // TODO(minyue): remove this when old OnNetworkChanged is deprecated. See
- // https://bugs.chromium.org/p/webrtc/issues/detail?id=6796
- using CongestionController::Observer::OnNetworkChanged;
-
// Implements BitrateObserver.
void OnNetworkChanged(uint32_t bitrate_bps,
uint8_t fraction_loss,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698