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

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

Issue 227633002: Fixed quality tests after PyAuto test purge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Corrected ref file path. Created 6 years, 8 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/video_extraction.js
diff --git a/chrome/test/data/webrtc/video_extraction.js b/chrome/test/data/webrtc/video_extraction.js
index bf01dc46581407bfe85d8fba467287ec03642296..93cf9e7fc49312342d6aab5981f2dd9bf666a273 100644
--- a/chrome/test/data/webrtc/video_extraction.js
+++ b/chrome/test/data/webrtc/video_extraction.js
@@ -190,6 +190,7 @@ function sendFrames() {
if (!gWebSocketOpened) {
console.log('WebSocket connection is not yet open');
setTimeout(function() { sendFrames(); }, 100);
+ return;
kjellander_chromium 2014/04/07 14:59:58 Just curious, why is this needed?
phoglund_chromium 2014/04/08 09:29:00 The point of this code is "if the websocket is not
}
progressBar = document.getElementById('progress-bar');

Powered by Google App Engine
This is Rietveld 408576698