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

Unified Diff: public/platform/WebRTCICECandidate.h

Issue 187673002: MediaStream API: Update RTCIceCandidate to match the Spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test Created 6 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
« no previous file with comments | « Source/platform/exported/WebRTCICECandidate.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCICECandidate.h
diff --git a/public/platform/WebRTCICECandidate.h b/public/platform/WebRTCICECandidate.h
index 47eb0a921f04953db96aa3726c76cda755ce033d..773c977ab853312615786a207dc8bc9e80736023 100644
--- a/public/platform/WebRTCICECandidate.h
+++ b/public/platform/WebRTCICECandidate.h
@@ -65,6 +65,9 @@ public:
BLINK_PLATFORM_EXPORT WebString candidate() const;
BLINK_PLATFORM_EXPORT WebString sdpMid() const;
BLINK_PLATFORM_EXPORT unsigned short sdpMLineIndex() const;
+ BLINK_PLATFORM_EXPORT void setCandidate(WebString);
+ BLINK_PLATFORM_EXPORT void setSdpMid(WebString);
+ BLINK_PLATFORM_EXPORT void setSdpMLineIndex(unsigned short);
#if INSIDE_BLINK
WebRTCICECandidate(WebString candidate, WebString sdpMid, unsigned short sdpMLineIndex)
« no previous file with comments | « Source/platform/exported/WebRTCICECandidate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698