| Index: content/renderer/media/webrtc_audio_device_unittest.cc
|
| diff --git a/content/renderer/media/webrtc_audio_device_unittest.cc b/content/renderer/media/webrtc_audio_device_unittest.cc
|
| index 12ce533c458961f99a0f342575ea301aacc85ed4..f245b861e15aebc026e6c2b5662f4b48d37783fc 100644
|
| --- a/content/renderer/media/webrtc_audio_device_unittest.cc
|
| +++ b/content/renderer/media/webrtc_audio_device_unittest.cc
|
| @@ -845,7 +845,7 @@ TEST_F(MAYBE_WebRTCAudioDeviceTest, MAYBE_FullDuplexAudioWithAGC) {
|
| proxy->Start();
|
| proxy->Play();
|
|
|
| - LOG(INFO) << ">> You should now be able to hear yourself in loopback...";
|
| + VLOG(0) << ">> You should now be able to hear yourself in loopback...";
|
| message_loop_.PostDelayedTask(FROM_HERE,
|
| base::MessageLoop::QuitClosure(),
|
| base::TimeDelta::FromSeconds(2));
|
|
|