| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index 2ea900a1f5ab539b2d338b9cf887fb3b26fda220..1ae376d238459dfd2da45b93f7543432f1d227c3 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -105,4 +105,9 @@ const char kUseFileForFakeAudioCapture[] = "use-file-for-fake-audio-capture";
|
| // Enables support for inband text tracks in media content.
|
| const char kEnableInbandTextTracks[] = "enable-inband-text-tracks";
|
|
|
| +// When running tests on a system without the required hardware or libraries,
|
| +// this flag will cause the tests to fail. Otherwise, they silently succeed.
|
| +const char kRequireAudioHardwareForTesting[] =
|
| + "require-audio-hardware-for-testing";
|
| +
|
| } // namespace switches
|
|
|