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

Unified Diff: chrome/test/data/webrtc/media_devices.js

Issue 2472593004: Reenable media-device enumeration integration test. (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_getmediadevices_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/media_devices.js
diff --git a/chrome/test/data/webrtc/media_devices.js b/chrome/test/data/webrtc/media_devices.js
index 0780dd5e5a87992907ab4e2e8a0e93595c51a976..ee21d81e3f48f068ed1add4ea845a6ec04daf79b 100644
--- a/chrome/test/data/webrtc/media_devices.js
+++ b/chrome/test/data/webrtc/media_devices.js
@@ -10,7 +10,7 @@
*
* Returns the list of devices available.
*/
-function getMediaDevices() {
+function enumerateDevices() {
navigator.mediaDevices.enumerateDevices().then(function(devices) {
returnToTest(JSON.stringify(devices));
});
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_getmediadevices_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698