| Index: talk/app/webrtc/peerconnection.h
|
| diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h
|
| index 6a664978593badcf5c89fca0e5a47c441fc70992..c47f90372e3e9d0586cf045e90731b5516989a22 100644
|
| --- a/talk/app/webrtc/peerconnection.h
|
| +++ b/talk/app/webrtc/peerconnection.h
|
| @@ -361,6 +361,7 @@ class PeerConnection : public PeerConnectionInterface,
|
| IceGatheringState ice_gathering_state_;
|
|
|
| rtc::scoped_ptr<cricket::PortAllocator> port_allocator_;
|
| + rtc::scoped_ptr<MediaControllerInterface> media_controller_;
|
|
|
| // Streams added via AddStream.
|
| rtc::scoped_refptr<StreamCollection> local_streams_;
|
|
|