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

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: .gitignore'ing resource files 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
« no previous file with comments | « chrome/test/data/webrtc/resources/sox.exe.sha1 ('k') | chrome/test/data/webrtc/wsh/webrtc_write_wsh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
progressBar = document.getElementById('progress-bar');
« no previous file with comments | « chrome/test/data/webrtc/resources/sox.exe.sha1 ('k') | chrome/test/data/webrtc/wsh/webrtc_write_wsh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698