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

Unified Diff: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc

Issue 18769010: Updated Chrome Test pages to use adapter.js (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 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
Index: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
===================================================================
--- chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc (revision 210952)
+++ chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc (working copy)
@@ -210,7 +210,7 @@
// Request user media: this will launch the media stream info bar.
EXPECT_EQ("ok-requested",
- ExecuteJavascript("getUserMedia('{video: true, audio: true}');",
+ ExecuteJavascript("doGetUserMedia('{video: true, audio: true}');",
tab_contents));
// Wait for the bar to pop up, then accept.

Powered by Google App Engine
This is Rietveld 408576698