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

Unified Diff: third_party/WebKit/public/platform/WebRTCICECandidate.h

Issue 2007923003: Use Init dictionaries in RTCPeerConnection legacy methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: third_party/WebKit/public/platform/WebRTCICECandidate.h
diff --git a/third_party/WebKit/public/platform/WebRTCICECandidate.h b/third_party/WebKit/public/platform/WebRTCICECandidate.h
index cd8572bc370dc9268d4e3508d08659d00ee2d63c..780124aa5deecdac01baa4ec81f661f16bbb5b65 100644
--- a/third_party/WebKit/public/platform/WebRTCICECandidate.h
+++ b/third_party/WebKit/public/platform/WebRTCICECandidate.h
@@ -66,6 +66,8 @@ public:
BLINK_PLATFORM_EXPORT void setSdpMLineIndex(unsigned short);
#if INSIDE_BLINK
+ // TODO(guidou): Support setting sdpMLineIndex to -1 to indicate the absence
+ // of a value for sdpMLineIndex. crbug.com/614958
WebRTCICECandidate(WebString candidate, WebString sdpMid, unsigned short sdpMLineIndex)
{
this->initialize(candidate, sdpMid, sdpMLineIndex);
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698