| Index: chrome/browser/media/webrtc_audio_quality_browsertest.cc
|
| diff --git a/chrome/browser/media/webrtc_audio_quality_browsertest.cc b/chrome/browser/media/webrtc_audio_quality_browsertest.cc
|
| index b2fc9311808927ab49464c50afb3570a0392be9f..d46bcc3eb5f572bb5c66e4995f65e5d5b6c38300 100644
|
| --- a/chrome/browser/media/webrtc_audio_quality_browsertest.cc
|
| +++ b/chrome/browser/media/webrtc_audio_quality_browsertest.cc
|
| @@ -148,8 +148,9 @@ class MAYBE_WebRtcAudioQualityBrowserTest : public WebRtcTestBase {
|
| }
|
|
|
| void ConfigureFakeDeviceToPlayFile(const base::FilePath& wav_file_path) {
|
| - base::CommandLine::ForCurrentProcess()->AppendSwitchPath(
|
| - switches::kUseFileForFakeAudioCapture, wav_file_path);
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchNative(
|
| + switches::kUseFileForFakeAudioCapture,
|
| + wav_file_path.value() + FILE_PATH_LITERAL("%noloop"));
|
| }
|
|
|
| void AddAudioFileToWebAudio(const std::string& input_file_relative_url,
|
|
|