Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: webrtc/p2p/base/port.h

Issue 2224563004: Add signaling to support ICE renomination. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Merge with head Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/p2p/base/port.h
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h
index f94972fb9daa93bc7e76c0096d8743ff7a4b0ca4..f1ded9cf7050efd84f7837d1023856ab60f5d0d3 100644
--- a/webrtc/p2p/base/port.h
+++ b/webrtc/p2p/base/port.h
@@ -593,9 +593,8 @@ class Connection : public CandidatePairInterface,
// candidate's password and/or ufrag has not been set.
// |remote_ice_parameters| should be a list of known ICE parameters ordered
// by generation.
- void MaybeSetRemoteIceCredentialsAndGeneration(const std::string& ice_ufrag,
- const std::string& ice_pwd,
- int generation);
+ void MaybeSetRemoteIceParametersAndGeneration(const IceParameters& params,
+ int generation);
// If |remote_candidate_| is peer reflexive and is equivalent to
// |new_candidate| except the type, update |remote_candidate_| to

Powered by Google App Engine
This is Rietveld 408576698