Index: content/renderer/media/audio_device_factory.cc |
diff --git a/content/renderer/media/audio_device_factory.cc b/content/renderer/media/audio_device_factory.cc |
index af6ddbe18517603da9da3e48b18ab1fac458e51b..58d526d0b6b6e8c07394a91b3c1078330fd57ac2 100644 |
--- a/content/renderer/media/audio_device_factory.cc |
+++ b/content/renderer/media/audio_device_factory.cc |
@@ -23,7 +23,7 @@ namespace content { |
AudioDeviceFactory* AudioDeviceFactory::factory_ = NULL; |
namespace { |
-const int64_t kMaxAuthorizationTimeoutMs = 4000; |
+const int64_t kMaxAuthorizationTimeoutMs = 900; |
scoped_refptr<media::AudioOutputDevice> NewOutputDevice( |
int render_frame_id, |