| Index: trunk/src/chrome/browser/media/webrtc_browsertest_base.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/media/webrtc_browsertest_base.cc (revision 217806)
|
| +++ trunk/src/chrome/browser/media/webrtc_browsertest_base.cc (working copy)
|
| @@ -81,7 +81,7 @@
|
| // Request user media: this will launch the media stream info bar.
|
| std::string result;
|
| EXPECT_TRUE(content::ExecuteScriptAndExtractString(
|
| - tab_contents, "doGetUserMedia(" + constraints + ");", &result));
|
| + tab_contents, "getUserMedia(" + constraints + ");", &result));
|
| EXPECT_EQ("ok-requested", result);
|
| }
|
|
|
|
|