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

Unified Diff: webrtc/api/webrtcsessiondescriptionfactory.h

Issue 1671173002: Track pending ICE restarts independently for different media sections. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Extend ICE restart test to check that a second answer has new credentials. Created 4 years, 10 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/api/webrtcsessiondescriptionfactory.h
diff --git a/webrtc/api/webrtcsessiondescriptionfactory.h b/webrtc/api/webrtcsessiondescriptionfactory.h
index a7ff949c801712916289996dfd82a1d95895b3a7..4eb99566f40ebc7503e92a775e007f893b577571 100644
--- a/webrtc/api/webrtcsessiondescriptionfactory.h
+++ b/webrtc/api/webrtcsessiondescriptionfactory.h
@@ -97,8 +97,9 @@ class WebRtcSessionDescriptionFactory : public rtc::MessageHandler,
virtual ~WebRtcSessionDescriptionFactory();
static void CopyCandidatesFromSessionDescription(
- const SessionDescriptionInterface* source_desc,
- SessionDescriptionInterface* dest_desc);
+ const SessionDescriptionInterface* source_desc,
+ const std::string& content_name,
+ SessionDescriptionInterface* dest_desc);
void CreateOffer(
CreateSessionDescriptionObserver* observer,

Powered by Google App Engine
This is Rietveld 408576698