| Index: media/audio/mac/audio_manager_mac.h
|
| diff --git a/media/audio/mac/audio_manager_mac.h b/media/audio/mac/audio_manager_mac.h
|
| index 4bfb6b17335060e81455da0ebd60a7337702ca8f..c15dd2e77be49ec6e1ef7a55750bd809484dea64 100644
|
| --- a/media/audio/mac/audio_manager_mac.h
|
| +++ b/media/audio/mac/audio_manager_mac.h
|
| @@ -76,7 +76,7 @@ class MEDIA_EXPORT AudioManagerMac : public AudioManagerBase {
|
| // Streams should consult ShouldDeferStreamStart() and if true check the value
|
| // again after |kStartDelayInSecsForPowerEvents| has elapsed. If false, the
|
| // stream may be started immediately.
|
| - enum { kStartDelayInSecsForPowerEvents = 1 };
|
| + enum { kStartDelayInSecsForPowerEvents = 2 };
|
| bool ShouldDeferStreamStart();
|
|
|
| // Changes the buffer size for |device_id| if there are no active input or
|
|
|