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(); |