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

Unified Diff: content/test/data/media/webrtc_test_utilities.js

Issue 2122153002: Restructure and add logs to WebRtcGetUserMediaBrowserTest.GetUserMediaWithMandatorySourceID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/test/data/media/getusermedia.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/webrtc_test_utilities.js
diff --git a/content/test/data/media/webrtc_test_utilities.js b/content/test/data/media/webrtc_test_utilities.js
index 32c0f52f211285567e93d520a1c6cb0191b8d71e..b24e5609c6af533f84c8ddf72b623c1118f88120 100644
--- a/content/test/data/media/webrtc_test_utilities.js
+++ b/content/test/data/media/webrtc_test_utilities.js
@@ -26,6 +26,7 @@ function setAllEventsOccuredHandler(handler) {
// Tells the C++ code we succeeded, which will generally exit the test.
function reportTestSuccess() {
+ console.log('Test Success');
window.domAutomationController.send('OK');
}
« no previous file with comments | « content/test/data/media/getusermedia.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698