| Index: webrtc/api/webrtcsession_unittest.cc
|
| diff --git a/webrtc/api/webrtcsession_unittest.cc b/webrtc/api/webrtcsession_unittest.cc
|
| index 16ce621eb81d5e5c26cae467708a33cf49fadc23..b292094dbd0917f9b4b73340576e6e3c4bb2c59a 100644
|
| --- a/webrtc/api/webrtcsession_unittest.cc
|
| +++ b/webrtc/api/webrtcsession_unittest.cc
|
| @@ -193,6 +193,10 @@ class MockIceObserver : public webrtc::IceObserver {
|
| EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_);
|
| }
|
|
|
| + // Some local candidates are removed.
|
| + void OnIceCandidatesRemoved(
|
| + const std::vector<webrtc::IceCandidateInterfaceRefPtr>& candidates) {}
|
| +
|
| bool oncandidatesready_;
|
| std::vector<cricket::Candidate> mline_0_candidates_;
|
| std::vector<cricket::Candidate> mline_1_candidates_;
|
|
|