| Index: talk/app/webrtc/peerconnectionfactory.h
|
| diff --git a/talk/app/webrtc/peerconnectionfactory.h b/talk/app/webrtc/peerconnectionfactory.h
|
| index a38218aebe60c9f8aeadc2eded43118de4361501..e58241cfdd2c4f6d3ccf20209d805753352ecf2f 100644
|
| --- a/talk/app/webrtc/peerconnectionfactory.h
|
| +++ b/talk/app/webrtc/peerconnectionfactory.h
|
| @@ -51,9 +51,7 @@ typedef rtc::RefCountedObject<DtlsIdentityStoreImpl>
|
|
|
| class PeerConnectionFactory : public PeerConnectionFactoryInterface {
|
| public:
|
| - virtual void SetOptions(const Options& options) {
|
| - options_ = options;
|
| - }
|
| + void SetOptions(const Options& options) override;
|
|
|
| rtc::scoped_refptr<PeerConnectionInterface> CreatePeerConnection(
|
| const PeerConnectionInterface::RTCConfiguration& configuration,
|
|
|