Index: trunk/src/chrome/test/functional/webrtc_test_base.py |
=================================================================== |
--- trunk/src/chrome/test/functional/webrtc_test_base.py (revision 217806) |
+++ trunk/src/chrome/test/functional/webrtc_test_base.py (working copy) |
@@ -51,7 +51,7 @@ |
constraints = '{ video: %s, audio: %s }' % (str(request_video).lower(), |
str(request_audio).lower()) |
self.assertEquals('ok-requested', self.ExecuteJavascript( |
- 'doGetUserMedia("%s")' % constraints, tab_index=tab_index)) |
+ 'getUserMedia("%s")' % constraints, tab_index=tab_index)) |
self.WaitForInfobarCount(1, tab_index=tab_index) |
self.PerformActionOnInfobar(action, infobar_index=0, tab_index=tab_index) |