| Index: media/audio/openbsd/audio_manager_openbsd.h
|
| diff --git a/media/audio/openbsd/audio_manager_openbsd.h b/media/audio/openbsd/audio_manager_openbsd.h
|
| index 14c56368eefee556065ab28e91c7a4a0b2304984..d9816125b1d0caea970526e3b6948c1086716e18 100644
|
| --- a/media/audio/openbsd/audio_manager_openbsd.h
|
| +++ b/media/audio/openbsd/audio_manager_openbsd.h
|
| @@ -42,6 +42,9 @@ class MEDIA_EXPORT AudioManagerOpenBSD : public AudioManagerBase {
|
| // Called by MakeLinearOutputStream and MakeLowLatencyOutputStream.
|
| AudioOutputStream* MakeOutputStream(const AudioParameters& params);
|
|
|
| + // Flag to indicate whether the pulse library has been initialized or not.
|
| + bool pulse_library_is_initialized_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AudioManagerOpenBSD);
|
| };
|
|
|
|
|