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

Unified Diff: talk/app/webrtc/webrtcsession.h

Issue 1228203002: Remove BaseSession::SignalNewDescription. It was only used by GTP and now just clutters the code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix tests Created 5 years, 5 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 | talk/session/media/channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/webrtcsession.h
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
index a2cba209703068437ea7728995f1196499d45c09..30ebc1e49ee8dcc07e015e20f784f87d84af725e 100644
--- a/talk/app/webrtc/webrtcsession.h
+++ b/talk/app/webrtc/webrtcsession.h
@@ -258,19 +258,6 @@ class WebRtcSession : public cricket::BaseSession,
metrics_observer_ = metrics_observer;
}
- protected:
- // Don't fire a new description. The only thing it's used for is to
- // push new media descriptions to the BaseChannels. But in
- // WebRtcSession, we just push to the BaseChannels directly, so we
- // don't need this (and it would cause the descriptions to be pushed
- // down twice).
- // TODO(pthatcher): Remove this method and signal completely from
- // BaseSession once all the subclasses of BaseSession push to
- // BaseChannels directly rather than relying on the signal, or once
- // BaseChannel no longer listens to the event and requires
- // descriptions to be pushed down.
- virtual void SignalNewDescription() override {}
-
private:
// Indicates the type of SessionDescription in a call to SetLocalDescription
// and SetRemoteDescription.
« no previous file with comments | « no previous file | talk/session/media/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698