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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl

Issue 2490543002: Measure usage of RTCSessionDescription's type and sdp attributes (Closed)
Patch Set: add missing "be" Created 4 years, 1 month 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/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
index ed958e7864f09ea82cae778620300da87e7f47c1..4baebd36ca90cc802eabfd6f41d5fab2738c50ba 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://www.w3.org/TR/webrtc/#idl-def-RTCSessionDescription
+// https://w3c.github.io/webrtc-pc/#rtcsessiondescription-class
dictionary RTCSessionDescriptionInit {
+ // TODO(foolip): |type| should be required. https://crbug.com/662898
RTCSdpType type;
DOMString sdp;
};
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698