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

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

Issue 2156063002: Preparation for new Promise-based RTCPeerConnection.getStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 4 years, 5 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/RTCLegacyStatsReport.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl b/third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.idl
similarity index 97%
rename from third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
rename to third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.idl
index eb2225e3f462b389f995f18dc9aa5bfa494b9ab1..aaef401818d64bcafcdef98b898effedb832b498 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.idl
@@ -24,7 +24,7 @@
[
NoInterfaceObject
-] interface RTCStatsReport {
+] interface RTCLegacyStatsReport {
readonly attribute Date timestamp;
readonly attribute DOMString id;
readonly attribute DOMString type;

Powered by Google App Engine
This is Rietveld 408576698