| Index: test/functional/media_stream_infobar.py
 | 
| ===================================================================
 | 
| --- test/functional/media_stream_infobar.py	(revision 191854)
 | 
| +++ test/functional/media_stream_infobar.py	(working copy)
 | 
| @@ -70,7 +70,7 @@
 | 
|      self.NavigateToURL(url)
 | 
|  
 | 
|      self.assertEquals('ok-requested', self.ExecuteJavascript(
 | 
| -        'getUserMedia("{ audio: true, video: true, }")'))
 | 
| +        'doGetUserMedia("{ audio: true, video: true, }")'))
 | 
|  
 | 
|      self.WaitForInfobarCount(1)
 | 
|      self.PerformActionOnInfobar(with_action, infobar_index=0)
 | 
| 
 |