| 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 7cc1a63fc297ec644d40602a6f1e28ead5a5c02d..490b0b6bbdddecaf20c69f6ad5088d41ff3664ab 100644
|
| --- a/media/audio/mac/audio_manager_mac.h
|
| +++ b/media/audio/mac/audio_manager_mac.h
|
| @@ -69,11 +69,11 @@ class MEDIA_EXPORT AudioManagerMac : public AudioManagerBase {
|
| // As a workaround we delay Start() when it occurs after suspend and for a
|
| // small amount of time after resume.
|
| //
|
| - // Output streams should consult ShouldDeferOutputStreamStart() and if true
|
| - // check the value again after |kStartDelayInSecsForPowerEvents| has elapsed.
|
| - // If false, the stream may be started immediately.
|
| + // 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 };
|
| - bool ShouldDeferOutputStreamStart();
|
| + bool ShouldDeferStreamStart();
|
|
|
| protected:
|
| virtual ~AudioManagerMac();
|
|
|