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

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

Issue 2591763002: RTCPeerConnection.getStats: Remove selector argument. (Closed)
Patch Set: Added TODO Created 4 years 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.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
index 443aa91b0d3075dcf654f85043dda23b58e938d2..746fba4a85a6aedacb6430be5e8b928a181ee0cc 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
@@ -147,7 +147,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
ScriptPromise getStats(ScriptState*,
RTCStatsCallback* successCallback,
MediaStreamTrack* selector = nullptr);
- ScriptPromise getStats(ScriptState*, MediaStreamTrack* selector = nullptr);
+ ScriptPromise getStats(ScriptState*);
RTCDataChannel* createDataChannel(ExecutionContext*,
String label,

Powered by Google App Engine
This is Rietveld 408576698