| Index: chrome/browser/media/chrome_webrtc_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/media/chrome_webrtc_browsertest.cc (revision 210952)
|
| +++ chrome/browser/media/chrome_webrtc_browsertest.cc (working copy)
|
| @@ -138,7 +138,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();
|
|
|