| Index: content/browser/renderer_host/media/audio_renderer_host_unittest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/audio_renderer_host_unittest.cc (revision 156123)
|
| +++ content/browser/renderer_host/media/audio_renderer_host_unittest.cc (working copy)
|
| @@ -207,7 +207,7 @@
|
|
|
| // Send a create stream message to the audio output stream and wait until
|
| // we receive the created message.
|
| - host_->OnCreateStream(kStreamId, params);
|
| + host_->OnCreateStream(kStreamId, params, 0);
|
| message_loop_->Run();
|
| }
|
|
|
|
|