| Index: talk/app/webrtc/peerconnection.h
|
| diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h
|
| index bea9c2f61b610c83129c01f76af2f8f1080b57d2..d88cc0f40be5b15208c123567e35844d80fe9e98 100644
|
| --- a/talk/app/webrtc/peerconnection.h
|
| +++ b/talk/app/webrtc/peerconnection.h
|
| @@ -62,6 +62,7 @@ class PeerConnection : public PeerConnectionInterface,
|
| const MediaConstraintsInterface* constraints,
|
| PortAllocatorFactoryInterface* allocator_factory,
|
| DTLSIdentityServiceInterface* dtls_identity_service,
|
| + rtc::KeyType key_type,
|
| PeerConnectionObserver* observer);
|
| virtual rtc::scoped_refptr<StreamCollectionInterface> local_streams();
|
| virtual rtc::scoped_refptr<StreamCollectionInterface> remote_streams();
|
|
|