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

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

Issue 2660163002: Unflag promise-based RTCPeerConnection.getStats. (Closed)
Patch Set: mac's global-interface-listing-expected.txt Created 3 years, 11 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/Source/modules/peerconnection/RTCPeerConnection.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
index 81853fe4a77919ee8256ffbf6fdf8b24bae260f4..20ef352b02c46b5a09edcf4b773a4e9152af4a71 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
@@ -110,7 +110,7 @@ enum RTCIceConnectionState {
// TODO(hbos): The spec has an optional |selector| argument that is not
// supported yet. There is a discussion about what to do with it (clarify
// spec, remove it or change it?): https://github.com/w3c/webrtc-stats/issues/116
- [CallWith=ScriptState, RuntimeEnabled=RTCPeerConnectionNewGetStats] Promise<RTCStatsReport> getStats();
+ [CallWith=ScriptState] Promise<RTCStatsReport> getStats();
// https://w3c.github.io/webrtc-pc/#peer-to-peer-data-api
// TODO(guidou): The label argument should have [TreatNullAs=EmptyString]

Powered by Google App Engine
This is Rietveld 408576698