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

Unified Diff: chrome/test/data/webrtc/webrtc_jsep01_test.html

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: RTCStatsReport.idl behind getStats-flag instead of updating virtual/stable/webexposed/global-interf… Created 4 years, 3 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: chrome/test/data/webrtc/webrtc_jsep01_test.html
diff --git a/chrome/test/data/webrtc/webrtc_jsep01_test.html b/chrome/test/data/webrtc/webrtc_jsep01_test.html
index 6928546f4c0ed92190d9c649a5856816ca334f0c..cc737bed072e26107b16fa614ce7c32a4afce364 100644
--- a/chrome/test/data/webrtc/webrtc_jsep01_test.html
+++ b/chrome/test/data/webrtc/webrtc_jsep01_test.html
@@ -10,6 +10,7 @@
<script type="text/javascript" src="video_detector.js"></script>
<script type="text/javascript" src="media_devices.js"></script>
<script type="text/javascript" src="indexeddb.js"></script>
+ <script type="text/javascript" src="peerconnection_getstats.js"></script>
</head>
<body>
<table border="0">
« no previous file with comments | « chrome/test/data/webrtc/peerconnection_getstats.js ('k') | components/test_runner/mock_webrtc_peer_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698