| Index: remoting/host/cast_extension_session.h
|
| diff --git a/remoting/host/cast_extension_session.h b/remoting/host/cast_extension_session.h
|
| index a035ec0a5bfdc88c8499baf4fb88277650f2eec3..e584abea58add1b2c8c84acb214b5b751a79377e 100644
|
| --- a/remoting/host/cast_extension_session.h
|
| +++ b/remoting/host/cast_extension_session.h
|
| @@ -66,8 +66,6 @@ class CastExtensionSession : public HostExtensionSession,
|
| // webrtc::PeerConnectionObserver interface.
|
| void OnSignalingChange(
|
| webrtc::PeerConnectionInterface::SignalingState new_state) override;
|
| - void OnStateChange(
|
| - webrtc::PeerConnectionObserver::StateType state_changed) override;
|
| void OnAddStream(webrtc::MediaStreamInterface* stream) override;
|
| void OnRemoveStream(webrtc::MediaStreamInterface* stream) override;
|
| void OnDataChannel(webrtc::DataChannelInterface* data_channel) override;
|
| @@ -77,7 +75,6 @@ class CastExtensionSession : public HostExtensionSession,
|
| void OnIceGatheringChange(
|
| webrtc::PeerConnectionInterface::IceGatheringState new_state) override;
|
| void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) override;
|
| - void OnIceComplete() override;
|
|
|
| private:
|
| CastExtensionSession(
|
|
|