Index: webrtc/api/peerconnection.h |
diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h |
index 70fd86779f538ad07df0308c65c08cfbacd2ab22..5269e3ae498ed3dfa2210da13ba40139ec8170af 100644 |
--- a/webrtc/api/peerconnection.h |
+++ b/webrtc/api/peerconnection.h |
@@ -113,6 +113,12 @@ class PeerConnection : public PeerConnectionInterface, |
const SessionDescriptionInterface* local_description() const override; |
const SessionDescriptionInterface* remote_description() const override; |
+ const SessionDescriptionInterface* current_local_description() const override; |
+ const SessionDescriptionInterface* current_remote_description() |
+ const override; |
+ const SessionDescriptionInterface* pending_local_description() const override; |
+ const SessionDescriptionInterface* pending_remote_description() |
+ const override; |
// JSEP01 |
// Deprecated, use version without constraints. |