| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index 8b11791cf6c3c98c76ea4800f93a6bac1a991d2a..110db38c07a87e63b9d7cd635080b7700e82b26d 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -93,7 +93,8 @@ const char kUseFileForFakeVideoCapture[] = "use-file-for-fake-video-capture";
|
| // the bits as if they came from the microphone, which means you should disable
|
| // audio processing (lest your audio file will play back distorted). The input
|
| // file is converted to suit Chrome's audio buses if necessary, so most sane
|
| -// .wav files should work.
|
| +// .wav files should work. You can pass either <path> to play the file looping
|
| +// or <path>%noloop to stop after playing the file to completion.
|
| const char kUseFileForFakeAudioCapture[] = "use-file-for-fake-audio-capture";
|
|
|
| // Enables support for inband text tracks in media content.
|
|
|