Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: media/audio/mac/audio_manager_mac.h

Issue 1230023009: Increase OSX post-resume delay for new audio streams. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dep. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698