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

Unified Diff: browser/media/chrome_webrtc_browsertest.cc

Issue 12824011: Updated Chrome Test pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/chrome/test/data/webrtc/
Patch Set: Created 7 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 | « no previous file | test/data/webrtc/getusermedia.js » ('j') | test/data/webrtc/manual/constraints.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: browser/media/chrome_webrtc_browsertest.cc
===================================================================
--- browser/media/chrome_webrtc_browsertest.cc (revision 191906)
+++ browser/media/chrome_webrtc_browsertest.cc (working copy)
@@ -101,7 +101,7 @@
// Request user media: this will launch the media stream info bar.
EXPECT_EQ("ok-requested", ExecuteJavascript(
- "getUserMedia('{video: true, audio: true}');", tab_contents));
+ "doGetUserMedia('{video: true, audio: true}');", tab_contents));
// Wait for the bar to pop up, then accept.
infobar_added.Wait();
« no previous file with comments | « no previous file | test/data/webrtc/getusermedia.js » ('j') | test/data/webrtc/manual/constraints.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698