| Index: media/base/media_switches.h
|
| diff --git a/media/base/media_switches.h b/media/base/media_switches.h
|
| index 21c5879b3f64379f6971df94366825506075107b..dbad09ab01355dab019843bdf87995c0a7df05ba 100644
|
| --- a/media/base/media_switches.h
|
| +++ b/media/base/media_switches.h
|
| @@ -47,6 +47,10 @@ MEDIA_EXPORT extern const char kEnableEncryptedMedia[];
|
|
|
| MEDIA_EXPORT extern const char kEnableOpusPlayback[];
|
|
|
| +#if defined(OS_WIN)
|
| +MEDIA_EXPORT extern const char kWaveOutBuffers[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // MEDIA_BASE_MEDIA_SWITCHES_H_
|
|
|